mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
nagios_multi_: fix categories according to well-known category list
This commit is contained in:
parent
6b42464ca7
commit
e79604f7f7
@ -127,7 +127,7 @@ $graphs{services} = {
|
|||||||
config => {
|
config => {
|
||||||
args => '--lower-limit 0',
|
args => '--lower-limit 0',
|
||||||
vlabel => 'Service Problems',
|
vlabel => 'Service Problems',
|
||||||
category => 'nagios',
|
category => 'munin',
|
||||||
title => 'Service Problems',
|
title => 'Service Problems',
|
||||||
info => 'Current Service Problems by Alert Status',
|
info => 'Current Service Problems by Alert Status',
|
||||||
},
|
},
|
||||||
@ -144,7 +144,7 @@ $graphs{svcchkdetail} = {
|
|||||||
config => {
|
config => {
|
||||||
args => '--lower-limit 0',
|
args => '--lower-limit 0',
|
||||||
vlabel => 'Total Number of Service Checks',
|
vlabel => 'Total Number of Service Checks',
|
||||||
category => 'details',
|
category => 'munin',
|
||||||
title => 'Detailed Service Info',
|
title => 'Detailed Service Info',
|
||||||
info => 'Detailed Service Check Information',
|
info => 'Detailed Service Check Information',
|
||||||
},
|
},
|
||||||
@ -164,7 +164,7 @@ $graphs{svcchksc} = {
|
|||||||
config => {
|
config => {
|
||||||
args => '--lower-limit 0 --upper-limit 100',
|
args => '--lower-limit 0 --upper-limit 100',
|
||||||
vlabel => '%',
|
vlabel => '%',
|
||||||
category => 'statechange',
|
category => 'munin',
|
||||||
title => 'Service State Change',
|
title => 'Service State Change',
|
||||||
info => 'Total Percent of State Change between checks',
|
info => 'Total Percent of State Change between checks',
|
||||||
},
|
},
|
||||||
@ -180,7 +180,7 @@ $graphs{svcchklat} = {
|
|||||||
config => {
|
config => {
|
||||||
args => '--lower-limit 0',
|
args => '--lower-limit 0',
|
||||||
vlabel => 'time (ms)',
|
vlabel => 'time (ms)',
|
||||||
category => 'latency',
|
category => 'munin',
|
||||||
title => 'Service Check Latency Times',
|
title => 'Service Check Latency Times',
|
||||||
info => 'Service Check Latency Times',
|
info => 'Service Check Latency Times',
|
||||||
},
|
},
|
||||||
@ -196,7 +196,7 @@ $graphs{svcchkext} = {
|
|||||||
config => {
|
config => {
|
||||||
args => '--lower-limit 0',
|
args => '--lower-limit 0',
|
||||||
vlabel => 'time (ms)',
|
vlabel => 'time (ms)',
|
||||||
category => 'execution',
|
category => 'munin',
|
||||||
title => 'Service Check Execution Times',
|
title => 'Service Check Execution Times',
|
||||||
info => 'Service Check Execution Times',
|
info => 'Service Check Execution Times',
|
||||||
},
|
},
|
||||||
@ -212,7 +212,7 @@ $graphs{hosts} = {
|
|||||||
config => {
|
config => {
|
||||||
args => '--lower-limit 0',
|
args => '--lower-limit 0',
|
||||||
vlabel => 'Host Problems',
|
vlabel => 'Host Problems',
|
||||||
category => 'nagios',
|
category => 'munin',
|
||||||
title => 'Host Problems',
|
title => 'Host Problems',
|
||||||
info => 'Current Host Problems by Alert Status',
|
info => 'Current Host Problems by Alert Status',
|
||||||
},
|
},
|
||||||
@ -228,7 +228,7 @@ $graphs{hostchkdetail} = {
|
|||||||
config => {
|
config => {
|
||||||
args => '--lower-limit 0',
|
args => '--lower-limit 0',
|
||||||
vlabel => 'Total Number of Host Checks',
|
vlabel => 'Total Number of Host Checks',
|
||||||
category => 'details',
|
category => 'munin',
|
||||||
title => 'Detailed Host Info',
|
title => 'Detailed Host Info',
|
||||||
info => 'Detailed Host Check Information',
|
info => 'Detailed Host Check Information',
|
||||||
},
|
},
|
||||||
@ -247,7 +247,7 @@ $graphs{hostchksc} = {
|
|||||||
config => {
|
config => {
|
||||||
args => '--lower-limit 0 --upper-limit 100',
|
args => '--lower-limit 0 --upper-limit 100',
|
||||||
vlabel => '%',
|
vlabel => '%',
|
||||||
category => 'statechange',
|
category => 'munin',
|
||||||
title => 'Host State Change',
|
title => 'Host State Change',
|
||||||
info => 'Total Percent of State Change between checks',
|
info => 'Total Percent of State Change between checks',
|
||||||
},
|
},
|
||||||
@ -263,7 +263,7 @@ $graphs{hostchklat} = {
|
|||||||
config => {
|
config => {
|
||||||
args => '--lower-limit 0',
|
args => '--lower-limit 0',
|
||||||
vlabel => 'time (ms)',
|
vlabel => 'time (ms)',
|
||||||
category => 'latency',
|
category => 'munin',
|
||||||
title => 'Host Check Latency Times',
|
title => 'Host Check Latency Times',
|
||||||
info => 'Host Check Latency Times',
|
info => 'Host Check Latency Times',
|
||||||
},
|
},
|
||||||
@ -279,7 +279,7 @@ $graphs{hostchkext} = {
|
|||||||
config => {
|
config => {
|
||||||
args => '--lower-limit 0',
|
args => '--lower-limit 0',
|
||||||
vlabel => 'time (ms)',
|
vlabel => 'time (ms)',
|
||||||
category => 'execution',
|
category => 'munin',
|
||||||
title => 'Host Check Execution Times',
|
title => 'Host Check Execution Times',
|
||||||
info => 'Host Check Execution Times',
|
info => 'Host Check Execution Times',
|
||||||
},
|
},
|
||||||
@ -295,7 +295,7 @@ $graphs{checks} = {
|
|||||||
config => {
|
config => {
|
||||||
args => '--lower-limit 0',
|
args => '--lower-limit 0',
|
||||||
vlabel => 'Total Number of Checks',
|
vlabel => 'Total Number of Checks',
|
||||||
category => 'nagios',
|
category => 'munin',
|
||||||
title => 'Totals',
|
title => 'Totals',
|
||||||
info => 'Total Number of Service and Host Checks',
|
info => 'Total Number of Service and Host Checks',
|
||||||
},
|
},
|
||||||
@ -310,7 +310,7 @@ $graphs{hostchkactcount} = {
|
|||||||
config => {
|
config => {
|
||||||
args => '--lower-limit 0',
|
args => '--lower-limit 0',
|
||||||
vlabel => 'Number Host Checks',
|
vlabel => 'Number Host Checks',
|
||||||
category => 'active',
|
category => 'munin',
|
||||||
title => 'Host Checks',
|
title => 'Host Checks',
|
||||||
info => 'Total Number of Active Host Checks',
|
info => 'Total Number of Active Host Checks',
|
||||||
order => 'NUMHSTACTCHK60M NUMHSTACTCHK15M NUMHSTACTCHK5M NUMHSTACTCHK1M',
|
order => 'NUMHSTACTCHK60M NUMHSTACTCHK15M NUMHSTACTCHK5M NUMHSTACTCHK1M',
|
||||||
@ -328,7 +328,7 @@ $graphs{hostchkpsvcount} = {
|
|||||||
config => {
|
config => {
|
||||||
args => '--lower-limit 0',
|
args => '--lower-limit 0',
|
||||||
vlabel => 'Number Host Checks',
|
vlabel => 'Number Host Checks',
|
||||||
category => 'passive',
|
category => 'munin',
|
||||||
title => 'Host Checks',
|
title => 'Host Checks',
|
||||||
info => 'Total Number of Passive Host Checks',
|
info => 'Total Number of Passive Host Checks',
|
||||||
order => 'NUMHSTPSVCHK60M NUMHSTPSVCHK15M NUMHSTPSVCHK5M NUMHSTPSVCHK1M',
|
order => 'NUMHSTPSVCHK60M NUMHSTPSVCHK15M NUMHSTPSVCHK5M NUMHSTPSVCHK1M',
|
||||||
@ -346,7 +346,7 @@ $graphs{svcchkactcount} = {
|
|||||||
config => {
|
config => {
|
||||||
args => '--lower-limit 0',
|
args => '--lower-limit 0',
|
||||||
vlabel => 'Number of Service Checks',
|
vlabel => 'Number of Service Checks',
|
||||||
category => 'active',
|
category => 'munin',
|
||||||
title => 'Service Checks',
|
title => 'Service Checks',
|
||||||
info => 'Total Number of Active Service Checks',
|
info => 'Total Number of Active Service Checks',
|
||||||
order => 'NUMSVCACTCHK60M NUMSVCACTCHK15M NUMSVCACTCHK5M NUMSVCACTCHK1M',
|
order => 'NUMSVCACTCHK60M NUMSVCACTCHK15M NUMSVCACTCHK5M NUMSVCACTCHK1M',
|
||||||
@ -364,7 +364,7 @@ $graphs{svcchkpsvcount} = {
|
|||||||
config => {
|
config => {
|
||||||
args => '--lower-limit 0',
|
args => '--lower-limit 0',
|
||||||
vlabel => 'Number of Service Checks',
|
vlabel => 'Number of Service Checks',
|
||||||
category => 'passive',
|
category => 'munin',
|
||||||
title => 'Service Checks',
|
title => 'Service Checks',
|
||||||
info => 'Total Number of Passive Service Checks',
|
info => 'Total Number of Passive Service Checks',
|
||||||
order => 'NUMSVCPSVCHK60M NUMSVCPSVCHK15M NUMSVCPSVCHK5M NUMSVCPSVCHK1M',
|
order => 'NUMSVCPSVCHK60M NUMSVCPSVCHK15M NUMSVCPSVCHK5M NUMSVCPSVCHK1M',
|
||||||
@ -382,7 +382,7 @@ $graphs{extcmdcount} = {
|
|||||||
config => {
|
config => {
|
||||||
args => '--lower-limit 0',
|
args => '--lower-limit 0',
|
||||||
vlabel => 'Number of Ext Command Slots',
|
vlabel => 'Number of Ext Command Slots',
|
||||||
category => 'externalcmds',
|
category => 'munin',
|
||||||
title => 'External Commands',
|
title => 'External Commands',
|
||||||
info => 'External Command Buffer Slot Information',
|
info => 'External Command Buffer Slot Information',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user