Révision e79604f7
nagios_multi_: fix categories according to well-known category list
| plugins/nagios/nagios_multi_ | ||
|---|---|---|
| 127 | 127 |
config => {
|
| 128 | 128 |
args => '--lower-limit 0', |
| 129 | 129 |
vlabel => 'Service Problems', |
| 130 |
category => 'nagios',
|
|
| 130 |
category => 'munin',
|
|
| 131 | 131 |
title => 'Service Problems', |
| 132 | 132 |
info => 'Current Service Problems by Alert Status', |
| 133 | 133 |
}, |
| ... | ... | |
| 144 | 144 |
config => {
|
| 145 | 145 |
args => '--lower-limit 0', |
| 146 | 146 |
vlabel => 'Total Number of Service Checks', |
| 147 |
category => 'details',
|
|
| 147 |
category => 'munin',
|
|
| 148 | 148 |
title => 'Detailed Service Info', |
| 149 | 149 |
info => 'Detailed Service Check Information', |
| 150 | 150 |
}, |
| ... | ... | |
| 164 | 164 |
config => {
|
| 165 | 165 |
args => '--lower-limit 0 --upper-limit 100', |
| 166 | 166 |
vlabel => '%', |
| 167 |
category => 'statechange',
|
|
| 167 |
category => 'munin',
|
|
| 168 | 168 |
title => 'Service State Change', |
| 169 | 169 |
info => 'Total Percent of State Change between checks', |
| 170 | 170 |
}, |
| ... | ... | |
| 180 | 180 |
config => {
|
| 181 | 181 |
args => '--lower-limit 0', |
| 182 | 182 |
vlabel => 'time (ms)', |
| 183 |
category => 'latency',
|
|
| 183 |
category => 'munin',
|
|
| 184 | 184 |
title => 'Service Check Latency Times', |
| 185 | 185 |
info => 'Service Check Latency Times', |
| 186 | 186 |
}, |
| ... | ... | |
| 196 | 196 |
config => {
|
| 197 | 197 |
args => '--lower-limit 0', |
| 198 | 198 |
vlabel => 'time (ms)', |
| 199 |
category => 'execution',
|
|
| 199 |
category => 'munin',
|
|
| 200 | 200 |
title => 'Service Check Execution Times', |
| 201 | 201 |
info => 'Service Check Execution Times', |
| 202 | 202 |
}, |
| ... | ... | |
| 212 | 212 |
config => {
|
| 213 | 213 |
args => '--lower-limit 0', |
| 214 | 214 |
vlabel => 'Host Problems', |
| 215 |
category => 'nagios',
|
|
| 215 |
category => 'munin',
|
|
| 216 | 216 |
title => 'Host Problems', |
| 217 | 217 |
info => 'Current Host Problems by Alert Status', |
| 218 | 218 |
}, |
| ... | ... | |
| 228 | 228 |
config => {
|
| 229 | 229 |
args => '--lower-limit 0', |
| 230 | 230 |
vlabel => 'Total Number of Host Checks', |
| 231 |
category => 'details',
|
|
| 231 |
category => 'munin',
|
|
| 232 | 232 |
title => 'Detailed Host Info', |
| 233 | 233 |
info => 'Detailed Host Check Information', |
| 234 | 234 |
}, |
| ... | ... | |
| 247 | 247 |
config => {
|
| 248 | 248 |
args => '--lower-limit 0 --upper-limit 100', |
| 249 | 249 |
vlabel => '%', |
| 250 |
category => 'statechange',
|
|
| 250 |
category => 'munin',
|
|
| 251 | 251 |
title => 'Host State Change', |
| 252 | 252 |
info => 'Total Percent of State Change between checks', |
| 253 | 253 |
}, |
| ... | ... | |
| 263 | 263 |
config => {
|
| 264 | 264 |
args => '--lower-limit 0', |
| 265 | 265 |
vlabel => 'time (ms)', |
| 266 |
category => 'latency',
|
|
| 266 |
category => 'munin',
|
|
| 267 | 267 |
title => 'Host Check Latency Times', |
| 268 | 268 |
info => 'Host Check Latency Times', |
| 269 | 269 |
}, |
| ... | ... | |
| 279 | 279 |
config => {
|
| 280 | 280 |
args => '--lower-limit 0', |
| 281 | 281 |
vlabel => 'time (ms)', |
| 282 |
category => 'execution',
|
|
| 282 |
category => 'munin',
|
|
| 283 | 283 |
title => 'Host Check Execution Times', |
| 284 | 284 |
info => 'Host Check Execution Times', |
| 285 | 285 |
}, |
| ... | ... | |
| 295 | 295 |
config => {
|
| 296 | 296 |
args => '--lower-limit 0', |
| 297 | 297 |
vlabel => 'Total Number of Checks', |
| 298 |
category => 'nagios',
|
|
| 298 |
category => 'munin',
|
|
| 299 | 299 |
title => 'Totals', |
| 300 | 300 |
info => 'Total Number of Service and Host Checks', |
| 301 | 301 |
}, |
| ... | ... | |
| 310 | 310 |
config => {
|
| 311 | 311 |
args => '--lower-limit 0', |
| 312 | 312 |
vlabel => 'Number Host Checks', |
| 313 |
category => 'active',
|
|
| 313 |
category => 'munin',
|
|
| 314 | 314 |
title => 'Host Checks', |
| 315 | 315 |
info => 'Total Number of Active Host Checks', |
| 316 | 316 |
order => 'NUMHSTACTCHK60M NUMHSTACTCHK15M NUMHSTACTCHK5M NUMHSTACTCHK1M', |
| ... | ... | |
| 328 | 328 |
config => {
|
| 329 | 329 |
args => '--lower-limit 0', |
| 330 | 330 |
vlabel => 'Number Host Checks', |
| 331 |
category => 'passive',
|
|
| 331 |
category => 'munin',
|
|
| 332 | 332 |
title => 'Host Checks', |
| 333 | 333 |
info => 'Total Number of Passive Host Checks', |
| 334 | 334 |
order => 'NUMHSTPSVCHK60M NUMHSTPSVCHK15M NUMHSTPSVCHK5M NUMHSTPSVCHK1M', |
| ... | ... | |
| 346 | 346 |
config => {
|
| 347 | 347 |
args => '--lower-limit 0', |
| 348 | 348 |
vlabel => 'Number of Service Checks', |
| 349 |
category => 'active',
|
|
| 349 |
category => 'munin',
|
|
| 350 | 350 |
title => 'Service Checks', |
| 351 | 351 |
info => 'Total Number of Active Service Checks', |
| 352 | 352 |
order => 'NUMSVCACTCHK60M NUMSVCACTCHK15M NUMSVCACTCHK5M NUMSVCACTCHK1M', |
| ... | ... | |
| 364 | 364 |
config => {
|
| 365 | 365 |
args => '--lower-limit 0', |
| 366 | 366 |
vlabel => 'Number of Service Checks', |
| 367 |
category => 'passive',
|
|
| 367 |
category => 'munin',
|
|
| 368 | 368 |
title => 'Service Checks', |
| 369 | 369 |
info => 'Total Number of Passive Service Checks', |
| 370 | 370 |
order => 'NUMSVCPSVCHK60M NUMSVCPSVCHK15M NUMSVCPSVCHK5M NUMSVCPSVCHK1M', |
| ... | ... | |
| 382 | 382 |
config => {
|
| 383 | 383 |
args => '--lower-limit 0', |
| 384 | 384 |
vlabel => 'Number of Ext Command Slots', |
| 385 |
category => 'externalcmds',
|
|
| 385 |
category => 'munin',
|
|
| 386 | 386 |
title => 'External Commands', |
| 387 | 387 |
info => 'External Command Buffer Slot Information', |
| 388 | 388 |
}, |
Formats disponibles : Unified diff