1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Reduce number of categories, use more generic terms

This commit is contained in:
Gabriele Pohl 2014-09-06 22:28:53 +02:00
parent 0743e6e5fb
commit e3899a30d8
44 changed files with 66 additions and 66 deletions

View file

@ -14,7 +14,7 @@
if [ "$1" = "config" ] ; then
echo "graph_title AlertMe Keyfobs At Home"
echo "graph_category environmental"
echo "graph_category sensors"
echo "graph_info this graph shows AlertMe Keyfob present count"
echo "graph_vlabel number"
echo "KeyfobsAtHome.label number of keyfobs present"

View file

@ -22,7 +22,7 @@ if [ "$1" = "config" ] ; then
fi
echo "graph_title AlertMe Power"
echo "graph_category environmental"
echo "graph_category sensors"
echo -n "graph_info this graph shows AlertMe power measurements for "
head -1 $TMPFILE
echo "graph_vlabel power (W)"

View file

@ -122,7 +122,7 @@ if ($ARGV[0] and $ARGV[0] eq "config")
print ("graph_args --base 1000\n");
printf ("graph_title Battery %s (%s) %s\n" , $batt_num, $batt_name, $graph_type);
printf ("graph_info This graph shows battery %s (%s) %s\n" , $batt_num, $batt_name, $graph_type);
print ("graph_category power\n");
print ("graph_category sensors\n");
if ($graph_type eq "capacity")
{
print ("graph_vlabel Capacity, mAh\n");

View file

@ -99,7 +99,7 @@ if ($ARGV[0] and $ARGV[0] eq "config")
print ("graph_args --base 1000\n");
printf ("graph_title Battery %s (%s) %s\n" , $batt_num, $batt_name, $graph_type);
printf ("graph_info This graph shows battery %s (%s) %s\n" , $batt_num, $batt_name, $graph_type);
print ("graph_category power\n");
print ("graph_category sensors\n");
if ($graph_type eq "capacity")
{
print ("graph_vlabel Charge\n");

View file

@ -36,7 +36,7 @@ port=${port:-80}
if [ "$1" = "config" ]; then
echo "graph_title Sequoia Websensor"
echo "graph_info This graph shows the temperature and humidity"
echo "graph_category sensor"
echo "graph_category sensors"
echo "graph_args -l 0 -u 100 -r"
echo "graph.scale no"
echo "graph_vlabel % and C°"