Плагин-тест-показометр для munin
Apr. 26th, 2015 09:40 am!/bin/sh
#
# Плагин-тест-показометр для munin
#
if [ "$1" = "config" ]; then
echo 'graph_title Mars weather #2'
echo 'graph_vlabel grads'
echo 'graph_noscale true'
echo 'graph_category Test'
echo 'grads.label grads'
echo 'graph_info This graph shows amount of Mars weather';
echo 'users.info Temperature'
exit 0
fi
echo -n "grads.value "
echo 5
#
# Плагин-тест-показометр для munin
#
if [ "$1" = "config" ]; then
echo 'graph_title Mars weather #2'
echo 'graph_vlabel grads'
echo 'graph_noscale true'
echo 'graph_category Test'
echo 'grads.label grads'
echo 'graph_info This graph shows amount of Mars weather';
echo 'users.info Temperature'
exit 0
fi
echo -n "grads.value "
echo 5