/[rrd-simple-monitoring]/etc/xinetd-rrd-client.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /etc/xinetd-rrd-client.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Thu Jul 16 18:48:19 2009 UTC (14 years, 9 months ago) by dpavlin
File size: 325 byte(s)
import upstream http://rrd.me.uk/rrd-simple-monitoring.tar.gz

without prerequisities

1 service rrd-client
2 {
3 disable = no
4 port = 4444
5 socket_type = stream
6 wait = no
7 only_from = 127.0.0.0/8 10.0.0.0/8 192.168.0.0/16 172.16.0.0/12
8 user = root
9 server = /usr/bin/perl
10 server_args = /home/system/rrd/bin/rrd-client.pl
11 log_on_failure += USERID
12 }

  ViewVC Help
Powered by ViewVC 1.1.26