Search found 6 matches
- Fri Mar 23, 2012 4:18 am
- Forum: Open Source Nagios Projects
- Topic: Nagios NSCA error
- Replies: 4
- Views: 1879
Re: Nagios NSCA error
Thanks a lot for your help. Given code is looks like working but there is no change in WEB UI. Here is log detail. [1332493662] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;localhost;TestMessage;3;'This isdsfhksdfjskf a Test Error' [1332493662] Warning: Passive check result was received for servic...
- Thu Mar 22, 2012 1:11 am
- Forum: Open Source Nagios Projects
- Topic: Nagios NSCA error
- Replies: 4
- Views: 1879
Re: Nagios NSCA error
I think you got bit by the empty whitespace. You're sending: localhost ;TestMessage ;3;This isdsfhksdfjskf a Test Error Try: localhost;TestMessage;3;This isdsfhksdfjskf a Test Error You don't want spaces in between the semi-colons. Thanks a lot for replying. I am using test.txt for testing purpose....
- Wed Mar 21, 2012 7:42 am
- Forum: Open Source Nagios Projects
- Topic: Nagios NSCA error
- Replies: 4
- Views: 1879
Nagios NSCA error
Hello Friends, I am very newbie for Nagios and specially for NSCA. I configured nagios core & plugin successfully and works very well on Ubuntu Server. Now requirement is to configure nsca for tomcat log4j monitor. I configure nsca as wiki & how to docs and works but I have some confusion on...
- Fri Dec 30, 2011 9:36 am
- Forum: Open Source Nagios Projects
- Topic: Snoopy.class.inc Error after upgrading 3.2.1 to 3.3.1
- Replies: 3
- Views: 1661
Re: Snoopy.class.inc Error after upgrading 3.2.1 to 3.3.1
Thanks a lot for replying,
You are right, I stopped service and then check ps -ef | grep nagios.
Its shows two nagios process running, I killed both and then start Nagios.
Lets see if shows any errors,
Thanks a lot for reply. I will be in touch with you if founds any error.
You are right, I stopped service and then check ps -ef | grep nagios.
Its shows two nagios process running, I killed both and then start Nagios.
Lets see if shows any errors,
Thanks a lot for reply. I will be in touch with you if founds any error.
- Thu Dec 29, 2011 5:57 am
- Forum: Open Source Nagios Projects
- Topic: Snoopy.class.inc Error after upgrading 3.2.1 to 3.3.1
- Replies: 3
- Views: 1661
Re: Snoopy.class.inc Error after upgrading 3.2.1 to 3.3.1
I google more and i found solution and now it solves problem. It working perfectly. But I found other thing and that I am sharing with you. Everything is working perfectly. But After upgrading to 3.3.1, Nagios Web-UI shows lots of variation on Host & services status. Like If I click on services ...
- Wed Dec 28, 2011 6:44 am
- Forum: Open Source Nagios Projects
- Topic: Snoopy.class.inc Error after upgrading 3.2.1 to 3.3.1
- Replies: 3
- Views: 1661
Snoopy.class.inc Error after upgrading 3.2.1 to 3.3.1
Hello Friends, I have upgrade my nagios-core 3.2.1 to 3.3.1 version. Everything is working perfect except Home page webUI. When I click on Home page nothing shows in page. Apache logs shows error.. PHP Warning: require_once(./includes/rss/extlib/Snoopy.class.inc): failed to open stream: No such file...