prool: cat (Default)
[personal profile] prool
!/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

December 2025

S M T W T F S
 123456
78910111213
14151617181920
21222324252627
28 293031   

Style Credit

Expand Cut Tags

No cut tags
Page generated Dec. 31st, 2025 11:52 am
Powered by Dreamwidth Studios