File nagcon.xinetd of Package nagcon

# Clear text passthrough of the Nagios status log for nagcon.
#
service 33333
{
        disable         = yes
        socket_type     = stream
        type            = UNLISTED
        protocol        = tcp
        wait            = no
        user            = nobody
        server          = /bin/cat
        server_args     = /var/lib/nagios/status.dat
}

openSUSE Build Service is sponsored by