X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=charts.d%2Fapcupsd.chart.sh;h=46a86101c670d1390819bc61849407ae3613f48f;hb=25ab875c31533a003f6f6f38592361fc1c8e8f06;hp=41cb39f9cd8134d28d823fa9d62521504f0f4a94;hpb=addb52bb18ba356fc1cb5888b1fe5b809137346d;p=netdata.git diff --git a/charts.d/apcupsd.chart.sh b/charts.d/apcupsd.chart.sh old mode 100755 new mode 100644 index 41cb39f9..46a86101 --- a/charts.d/apcupsd.chart.sh +++ b/charts.d/apcupsd.chart.sh @@ -1,5 +1,11 @@ # no need for shebang - this file is loaded from charts.d.plugin +# netdata +# real-time performance and health monitoring, done right! +# (C) 2016 Costa Tsaousis +# GPL v3+ +# + apcupsd_ip=127.0.0.1 apcupsd_port=3551 @@ -62,7 +68,7 @@ DIMENSION output_voltage_nominal nominal absolute 1 100 CHART apcupsd.load '' "UPS Load" "percentage" ups apcupsd.load area $((apcupsd_priority)) $apcupsd_update_every DIMENSION load load absolute 1 100 -CHART apcupsd.temp '' "UPS Temperature" "Celcius" ups apcupsd.temperature line $((apcupsd_priority + 7)) $apcupsd_update_every +CHART apcupsd.temp '' "UPS Temperature" "Celsius" ups apcupsd.temperature line $((apcupsd_priority + 7)) $apcupsd_update_every DIMENSION temp temp absolute 1 100 CHART apcupsd.time '' "UPS Time Remaining" "Minutes" ups apcupsd.time area $((apcupsd_priority + 2)) $apcupsd_update_every