Révision e3899a30
Reduce number of categories, use more generic terms
| plugins/network/ddclient | ||
|---|---|---|
| 34 | 34 |
|
| 35 | 35 |
echo 'graph_title IP Wechsel' |
| 36 | 36 |
echo 'graph_args --base 1000 -l 0' |
| 37 |
echo 'graph_vlabel t?glicher IP Wechsel'
|
|
| 38 |
echo 'graph_category IP'
|
|
| 37 |
echo 'graph_vlabel täglicher IP Wechsel'
|
|
| 38 |
echo 'graph_category network'
|
|
| 39 | 39 |
echo 'ip_change.label IP Wechsel' |
| 40 | 40 |
echo 'graph_info Jeder IP-Wechsel der von DDCLIENT festgestellt wird erzeugt einen Wert von 1' |
| 41 | 41 |
exit 0 |
| ... | ... | |
| 68 | 68 |
Last_update=${Last_update##*\(}
|
| 69 | 69 |
Last_update=${Last_update%%\)}
|
| 70 | 70 |
|
| 71 |
# Ausgabe f?r Munin - output for munin
|
|
| 71 |
# Ausgabe für Munin - output for munin
|
|
| 72 | 72 |
if [ "$Last_update" -gt "$Ref_Timestamp" ]; then |
| 73 | 73 |
echo "ip_change.value 1" |
| 74 | 74 |
else |
Formats disponibles : Unified diff