1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-02 14:18:21 +00:00

Category Tree: Reduce number of categories

tomcat -> webserver (tomcat)
radiator -> auth (radiator)
ups -> sensors (ups)
This commit is contained in:
dipohl 2017-02-23 01:51:44 +01:00
parent f41b68619b
commit 444c7939de
10 changed files with 12 additions and 12 deletions

View file

@ -64,7 +64,7 @@ sub decide_monitor_type {
# common
%Graph = (
graph_title => "APC Status".($UPS_MODEL?" ($UPS_MODEL)":"")." - ",
graph_category => "ups",
graph_category => "sensors",
graph_info => "This graph shows information about your APC UPS",
graph_args => "--base 1000 --lower-limit 0",
);