Updated munin
This commit is contained in:
parent
26dd173999
commit
dd8aa60ca8
1 changed files with 5 additions and 0 deletions
5
munin/spectrum2_
Executable file → Normal file
5
munin/spectrum2_
Executable file → Normal file
|
@ -110,6 +110,11 @@ elif suffix == 'backends_count':
|
|||
title = "Backends count"
|
||||
vlabel = "backends"
|
||||
info = 'Total number of backends.'
|
||||
elif suffix == 'crashed_backends_count':
|
||||
stat = { "crashed_backends_count": None }
|
||||
title = "Crashed backends count"
|
||||
vlabel = "backends"
|
||||
info = 'Total number of backends.'
|
||||
elif suffix == 'online':
|
||||
stat = { 'online_users_count': None }
|
||||
title = "Online users"
|
||||
|
|
Loading…
Add table
Reference in a new issue