Search found 3 matches
- Thu Jan 16, 2014 1:34 pm
- Forum: Open Source Nagios Projects
- Topic: NSCA Win32 Client - echo problem
- Replies: 5
- Views: 2788
Re: NSCA Win32 Client - echo problem
Thanks for everything. I already found a way. Basically, I open send_nsca.exe with a pipe in write mode and I write the message through the pipe (with the send_nsca syntax). http://bytes.com/topic/c/answers/646015-c-c-library-access-processs-stdin-stdout http://stackoverflow.com/questions/3348807/us...
- Thu Jan 16, 2014 1:02 pm
- Forum: Open Source Nagios Projects
- Topic: NSCA Win32 Client - echo problem
- Replies: 5
- Views: 2788
Re: NSCA Win32 Client - echo problem
Thanks for replying. I already tried that, but it gives me the following message:
0 data packet(s) sent to host successfully.
- Thu Jan 16, 2014 12:43 pm
- Forum: Open Source Nagios Projects
- Topic: NSCA Win32 Client - echo problem
- Replies: 5
- Views: 2788
NSCA Win32 Client - echo problem
I apologize beforehand if this is not the right place to put this. I am developping an application in Windows with C++ and I want to send the changes from specific hosts to a remote RedHat machine (system with nagios) through the "NSCA Win32 Client - send_nsca.exe" plugin. In nagios system...