1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51: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

6
plugins/network/ddclient Executable file → Normal file
View file

@ -34,8 +34,8 @@ if [ "$1" = "config" ]; then
echo 'graph_title IP Wechsel'
echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel täglicher IP Wechsel'
echo 'graph_category IP'
echo 'graph_vlabel täglicher IP Wechsel'
echo 'graph_category network'
echo 'ip_change.label IP Wechsel'
echo 'graph_info Jeder IP-Wechsel der von DDCLIENT festgestellt wird erzeugt einen Wert von 1'
exit 0
@ -68,7 +68,7 @@ fi
Last_update=${Last_update##*\(}
Last_update=${Last_update%%\)}
# Ausgabe für Munin - output for munin
# Ausgabe für Munin - output for munin
if [ "$Last_update" -gt "$Ref_Timestamp" ]; then
echo "ip_change.value 1"
else