This is a script I created as an alternative to munin-client on machines that do not have perl.
I'm also currently running this on machines that only have busybox as sh, awk, grep and so on.
Since it is just a shell-script, it requires some sort of inetd to be launched, for example xinetd:
$> cat /etc/xinetd.d/munin
service munin
{
only_from = 1.2.3.4
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/munin-client.sh
disable = no
}
$> grep munin /etc/services
munin 4949/tcp lrrd # Munin
$>
For bug-reports and comments, send mail to munin@kolla.no
Attachments
- munin-client.sh (18.3 kB) - added by kolla on 06/18/07 16:21:20.
