Updated munin

This commit is contained in:
HanzZ 2012-09-11 10:29:28 +02:00
parent 26dd173999
commit dd8aa60ca8

5
munin/spectrum2_ Executable file → Normal file
View 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"