rrdgraph/rrdgraph.xinetd

13 lines
301 B
Plaintext

service rrdgraph
{
disable = no
port = 666
type = UNLISTED
flags = NOLIBWRAP
socket_type = stream
wait = no
user = root
server = /usr/bin/php
server_args = /etc/rrdtool/monitoring.php server
}