3 if [ "$1" = "autoconf" ]; then
8 if [ "$1" = "config" ]; then
9 echo "graph_title is node up?"
10 echo "graph_info This graph will show a red *up* in the overview, if the node is up."
11 echo "graph_category *up*"
13 echo "graph_printf %.0lf"
15 echo "graph_args -l 0"
20 echo "up.info Always value=2 and critical=1"
25 echo "up.extinfo Last timestamp: `date --rfc-3339=seconds`"