Changeset - dd8aa60ca857
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-09-11 10:29:28
hanzz.k@gmail.com
Updated munin
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
munin/spectrum2_
Show inline comments
 
modified file chmod 100755 => 100644
 
@@ -107,12 +107,17 @@ if suffix == 'uptime':
 
	transformer = lambda value: float(value)/60.0/60.0/24.0
 
elif suffix == 'backends_count':
 
	stat = { "backends_count": None }
 
	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"
 
	vlabel = "users"
 
	info = 'Number of users that currently use the spectrum transports.'
 
elif suffix == 'messages':
0 comments (0 inline, 0 general)