On 12/25/2011 4:19 AM, Ram Chander wrote:
>
> # telnet 0 5667
> Trying 0.0.0.0...
> telnet: Unable to connect to remote host: Connection refused
I don't know anything about this nsca program, but I'd suggest using
either "telnet localhost 5667" or "telnet 127.1 5667" rather than
attempting to use
On Sun, Dec 25, 2011 at 10:31, Ram Chander wrote:
> Tried it but doesnt print/log any error
>
> # /usr/sbin/nsca -c /etc/nsca.cfg
> # echo $?
> 0
Does the config file contain a "daemon" setting, which is causing it
to daemonize even though you don't provide it with the "--daemon"
flag?
Perhaps t
Tried it but doesnt print/log any error
# /usr/sbin/nsca -c /etc/nsca.cfg
# echo $?
0
On Sun, Dec 25, 2011 at 2:56 PM, Jeppe Toustrup wrote:
> On Sun, Dec 25, 2011 at 10:19, Ram Chander wrote:
> > /usr/sbin/nsca --daemon -c /etc/nsca.cfg ( doesnt start )
> >
> > # telnet 0 5667
> > Trying 0.0
On Sun, Dec 25, 2011 at 10:19, Ram Chander wrote:
> /usr/sbin/nsca --daemon -c /etc/nsca.cfg ( doesnt start )
>
> # telnet 0 5667
> Trying 0.0.0.0...
> telnet: Unable to connect to remote host: Connection refused
>
> There are no errors on compilation.
Have you tried to start nsca without the "
Hi,
I am new to OpenIndiana and setting up nagios client nsca. I compiled and
installed nsca by below steps. But nsca doesnt start. Kindly help on this.
wget
http://sourceforge.net/projects/nagios/files/nsca-2.x/nsca-2.7.2/nsca-2.7.2.tar.gz/download
tar xzvf nsca-2.7.2.tar.gz ~/
cd nsca-2.