Page 1 of 1

Restart of xinetd giving error

Posted: Fri Jun 01, 2012 11:34 am
by JFBITAPA
When I edit the nsca file, adding another host and attempt to restart I receive the following which I understand to mean there is a syntax error in my command.

[root@localhost etc]# cd init.d
[root@localhost init.d]# xinetd restart
Usage: xinetd [-d] [-f config_file] [-filelog filename] [-syslog facility] [-reuse]
[-limit proc_limit] [-pidfile filename] [-logprocs limit] [-shutdownprocs limit] [-cc interval]

What parameters am I missing?
I am using the process documented in the Nagios XI - Using The NSCA Addon document.

Thanks

Re: Restart of xinetd giving error

Posted: Fri Jun 01, 2012 2:27 pm
by scottwilkerson
run

Code: Select all

service xinetd restart

Re: Restart of xinetd giving error

Posted: Mon Jun 04, 2012 4:28 pm
by JFBITAPA
Thank you