Check_mk plugin monitoring UPS managed by apcupsd
https://github.com/michalskalski/cmk-apcupsdThis is package for Check_MK which allow to checks status of ups managed by
apcupsd demon. Package contain plugin for check_mk linux agent, templates for
pnp4nagios and perfometer plugins. You can monitor:
* UPS status
* battery charge
* load capacity
* internal temperature
* input, output and battery voltage level
* remaining runtime on battery
Available checks are dependet on which model of ups you have. Package was
tested on APC Smart-UPS 2200 RM. You can adapt the check_parameters in your
main.mk file. Example:
check_parameters += [
# Warn if battery level is below 11V, Critical below 10V
( (11, 10, 0 ,60), ALL_HOSTS, [ "UPS Back-UPS RS 550G battery voltage" ] ),
# Warn if time remaining is less than 10, critical if less than 5 minutes
( (10, 5, 0 ,60), ALL_HOSTS, [ "UPS Back-UPS RS 550G time remaining" ] ),
]
- Sources inherited from project server:monitoring
-
1
derived packages
- Download package
Source Files
Filename | Size | Changed |
---|---|---|
check_mk-apcupsd.changes | 0000000149 149 Bytes | about 6 years |
check_mk-apcupsd.spec | 0000004151 4.05 KB | about 6 years |
cmk-apcupsd-1.0.mkp | 0000005116 5 KB | about 6 years |
Comments for check_mk-apcupsd 0