2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Changing # to Number to resolve bug in ubuntu installations

This commit is contained in:
Matt West 2012-05-05 18:56:52 -07:00
parent dcb1a18574
commit 92a2eeec3a

View File

@ -143,7 +143,7 @@ $graphs{services} = {
$graphs{svcchkdetail} = { $graphs{svcchkdetail} = {
config => { config => {
args => '--lower-limit 0', args => '--lower-limit 0',
vlabel => 'Total # of Service Checks', vlabel => 'Total Number of Service Checks',
category => 'details', category => 'details',
title => 'Detailed Service Info', title => 'Detailed Service Info',
info => 'Detailed Service Check Information', info => 'Detailed Service Check Information',
@ -227,7 +227,7 @@ $graphs{hosts} = {
$graphs{hostchkdetail} = { $graphs{hostchkdetail} = {
config => { config => {
args => '--lower-limit 0', args => '--lower-limit 0',
vlabel => 'Total # of Host Checks', vlabel => 'Total Number of Host Checks',
category => 'details', category => 'details',
title => 'Detailed Host Info', title => 'Detailed Host Info',
info => 'Detailed Host Check Information', info => 'Detailed Host Check Information',
@ -294,22 +294,22 @@ $graphs{hostchkext} = {
$graphs{checks} = { $graphs{checks} = {
config => { config => {
args => '--lower-limit 0', args => '--lower-limit 0',
vlabel => 'Total # of Checks', vlabel => 'Total Number of Checks',
category => 'nagios', category => 'nagios',
title => 'Totals', title => 'Totals',
info => 'Total Number of Service and Host Checks', info => 'Total Number of Service and Host Checks',
}, },
keys => [ 'NUMSERVICES', 'NUMHOSTS' ], keys => [ 'NUMSERVICES', 'NUMHOSTS' ],
datasrc => [ datasrc => [
{ name => 'NUMSERVICES', label => '# of Services', min => '0', type => 'GAUGE', info => 'total number of services.', draw => 'LINE2' }, { name => 'NUMSERVICES', label => 'Number of Services', min => '0', type => 'GAUGE', info => 'total number of services.', draw => 'LINE2' },
{ name => 'NUMHOSTS', label => '# of Hosts', min => '0', type => 'GAUGE', info => 'total number of hosts.', draw => 'LINE2' }, { name => 'NUMHOSTS', label => 'Number of Hosts', min => '0', type => 'GAUGE', info => 'total number of hosts.', draw => 'LINE2' },
], ],
}; };
# multi-graph for number of host checks in x mins ( sub graph of checks graph ) # multi-graph for number of host checks in x mins ( sub graph of checks graph )
$graphs{hostchkactcount} = { $graphs{hostchkactcount} = {
config => { config => {
args => '--lower-limit 0', args => '--lower-limit 0',
vlabel => '# Host Checks', vlabel => 'Number Host Checks',
category => 'active', category => 'active',
title => 'Host Checks', title => 'Host Checks',
info => 'Total Number of Active Host Checks', info => 'Total Number of Active Host Checks',
@ -327,7 +327,7 @@ $graphs{hostchkactcount} = {
$graphs{hostchkpsvcount} = { $graphs{hostchkpsvcount} = {
config => { config => {
args => '--lower-limit 0', args => '--lower-limit 0',
vlabel => '# Host Checks', vlabel => 'Number Host Checks',
category => 'passive', category => 'passive',
title => 'Host Checks', title => 'Host Checks',
info => 'Total Number of Passive Host Checks', info => 'Total Number of Passive Host Checks',
@ -345,7 +345,7 @@ $graphs{hostchkpsvcount} = {
$graphs{svcchkactcount} = { $graphs{svcchkactcount} = {
config => { config => {
args => '--lower-limit 0', args => '--lower-limit 0',
vlabel => '# of Service Checks', vlabel => 'Number of Service Checks',
category => 'active', category => 'active',
title => 'Service Checks', title => 'Service Checks',
info => 'Total Number of Active Service Checks', info => 'Total Number of Active Service Checks',
@ -363,7 +363,7 @@ $graphs{svcchkactcount} = {
$graphs{svcchkpsvcount} = { $graphs{svcchkpsvcount} = {
config => { config => {
args => '--lower-limit 0', args => '--lower-limit 0',
vlabel => '# of Service Checks', vlabel => 'Number of Service Checks',
category => 'passive', category => 'passive',
title => 'Service Checks', title => 'Service Checks',
info => 'Total Number of Passive Service Checks', info => 'Total Number of Passive Service Checks',
@ -381,7 +381,7 @@ $graphs{svcchkpsvcount} = {
$graphs{extcmdcount} = { $graphs{extcmdcount} = {
config => { config => {
args => '--lower-limit 0', args => '--lower-limit 0',
vlabel => '# of Ext Command Slots', vlabel => 'Number of Ext Command Slots',
category => 'externalcmds', category => 'externalcmds',
title => 'External Commands', title => 'External Commands',
info => 'External Command Buffer Slot Information', info => 'External Command Buffer Slot Information',