mirror of https://github.com/mikaku/Monitorix.git
added a complete statistical APC UPS (apcupsd) graph
This commit is contained in:
parent
8a29e10b63
commit
2f01d417c8
File diff suppressed because it is too large
Load Diff
|
@ -89,6 +89,7 @@ secure_log_date_format = %b %e
|
|||
raspberrypi = n
|
||||
phpapc = n
|
||||
memcached = n
|
||||
apcupsd = n
|
||||
wowza = n
|
||||
int = y
|
||||
</graph_enable>
|
||||
|
@ -469,6 +470,16 @@ secure_log_date_format = %b %e
|
|||
</memcached>
|
||||
|
||||
|
||||
# APCUPSD graph
|
||||
# -----------------------------------------------------------------------------
|
||||
<apcupsd>
|
||||
cmd = apcaccess
|
||||
list = localhost:3551
|
||||
rigid = 0, 2, 0, 0, 0, 0
|
||||
limit = 100, 100, 100, 100, 100, 100
|
||||
</apcupsd>
|
||||
|
||||
|
||||
# WOWZA graph
|
||||
# -----------------------------------------------------------------------------
|
||||
<wowza>
|
||||
|
@ -618,7 +629,7 @@ logo_bottom = logo_bot.png
|
|||
remote = 300x100
|
||||
</graph_size>
|
||||
|
||||
graph_name = system, kern, proc, hptemp, lmsens, nvidia, disk, fs, net, serv, mail, port, user, ftp, apache, nginx, lighttpd, mysql, squid, nfss, nfsc, bind, ntp, fail2ban, icecast, raspberrypi, phpapc, memcached, wowza, int
|
||||
graph_name = system, kern, proc, hptemp, lmsens, nvidia, disk, fs, net, serv, mail, port, user, ftp, apache, nginx, lighttpd, mysql, squid, nfss, nfsc, bind, ntp, fail2ban, icecast, raspberrypi, phpapc, memcached, apcupsd, wowza, int
|
||||
|
||||
<graph_title>
|
||||
system = System load average and usage
|
||||
|
@ -649,6 +660,7 @@ graph_name = system, kern, proc, hptemp, lmsens, nvidia, disk, fs, net, serv, ma
|
|||
raspberrypi = Raspberry Pi sensor statistics
|
||||
phpapc = Alternative PHP Cache statistics
|
||||
memcached = Memcached statistics
|
||||
apcupsd = APC UPS statistics
|
||||
wowza = Wowza Media Server
|
||||
int = Devices interrupt activity
|
||||
</graph_title>
|
||||
|
@ -761,6 +773,12 @@ graph_name = system, kern, proc, hptemp, lmsens, nvidia, disk, fs, net, serv, ma
|
|||
_memcached5 = Objects I/O
|
||||
_memcached6 = Connections
|
||||
_memcached7 = Memcached traffic
|
||||
_apcupsd1 = Line voltage
|
||||
_apcupsd2 = Battery charge
|
||||
_apcupsd3 = Temperatures
|
||||
_apcupsd4 = Battery voltage
|
||||
_apcupsd5 = Battery line
|
||||
_apcupsd6 = Line frequency
|
||||
_wowza1 = Current connections
|
||||
_wowza2 = Messages bytes rate
|
||||
_wowza3 = Connections accepted
|
||||
|
|
Loading…
Reference in New Issue