diff --git a/munin/spectrum2_ b/munin/spectrum2_ old mode 100755 new mode 100644 index 5b81afddec20de5784017f269f8ea012b282fc0f..d0dc7a364ff4e40f1c5a7f478d78c835dd7b3cab --- a/munin/spectrum2_ +++ b/munin/spectrum2_ @@ -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"