Restart of xinetd giving error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
JFBITAPA
Posts: 4
Joined: Wed May 30, 2012 4:16 pm

Restart of xinetd giving error

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Restart of xinetd giving error

Post by scottwilkerson »

run

Code: Select all

service xinetd restart
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
JFBITAPA
Posts: 4
Joined: Wed May 30, 2012 4:16 pm

Re: Restart of xinetd giving error

Post by JFBITAPA »

Thank you
Locked