munin: ajout wifi_idle par AP
This commit is contained in:
parent
e9a47e7fd5
commit
eb4b92ee3b
1 changed files with 6 additions and 0 deletions
|
@ -92,6 +92,12 @@ for ap in ldap_conn.search(u'objectClass=borneWifi'):
|
||||||
wifi_uptime.graph_category wifi
|
wifi_uptime.graph_category wifi
|
||||||
wifi_uptime.graph_order \\
|
wifi_uptime.graph_order \\
|
||||||
uptime=crans.org;dyson.crans.org:wifi_uptime.%(profile)s
|
uptime=crans.org;dyson.crans.org:wifi_uptime.%(profile)s
|
||||||
|
|
||||||
|
wifi_idle.graph_title Mean idle time
|
||||||
|
wifi_idle.update no
|
||||||
|
wifi_idle.graph_category wifi
|
||||||
|
wifi_idle.graph_order \\
|
||||||
|
idle=crans.org;dyson.crans.org:wifi_idle.%(profile)s
|
||||||
|
|
||||||
""" % { 'hostname': fqdn,
|
""" % { 'hostname': fqdn,
|
||||||
'profile': profile,
|
'profile': profile,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue