[rrd-users] Re: data via TCP/IP
David Thamm
dthamm at bfs.de
Fri Jan 13 11:31:40 MET 2006
Hi!
Oh sorry I have forgotten the issue.
I have found this:
rrd server:
- add this to /etc/services
rrdsrv 13900/tcp #RRDserver
- add this to /etc/inetd.conf
rrdsrv stream tcp nowait root /usr/bin/rrdtool/ rrdtool -
/home/vento/c/sonde/
I use not the inetd. I use the xinetd and my options on this is.
- add this to /etc/xinetd.conf
rrdsrv stream tcp nowait root /usr/bin/rrdtool/ rrdtool -
/home/vento/c/sonde/
and this add to xinetd.d directory
A datafile with name rrdsrv an this is the text in this file:
{
disable = yes
socket_type = MISSING
protocol = tcp
wait = no
user = root
server = /usr/bin/rrdtool/
typ = INTERNAL
socket_typ = stream
serv_args = - /home/vento/c/sonde/
port = 13900
id = rrdsrv
}
My problem ist that the datatransfer is not exist. The Daemon is running.
thx
> Can you please explain further the issue? I'm not sure there's enough
> details to go off of.
>
> -----Original Message-----
> From: rrd-users-bounce at list.ee.ethz.ch
> [mailto:rrd-users-bounce at list.ee.ethz.ch] On Behalf Of David Thamm
> Sent: Wednesday, January 11, 2006 6:24 AM
> To: RRDList
> Subject: [rrd-users] data via TCP/IP
>
> Hi List!
>
> I have found that the data can put in the rrd about TCP/IP.
>
> The rrdtool serve was configured in /etc/services and in /etc/xinetd.d/.
>
> My problem ist, the data put not in the rrd.
>
> Can you help me please ?
>
> thx
> David
>
> --
> Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
> Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
> Archive http://lists.ee.ethz.ch/rrd-users
> WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
>
>
>
>
>
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://lists.ee.ethz.ch/rrd-users
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
More information about the rrd-users
mailing list