Search found 6 matches
- Tue Feb 12, 2013 5:57 pm
- Forum: Nagios XI
- Topic: Nagiosxi host detail not show
- Replies: 9
- Views: 2012
Re: Nagiosxi host detail not show
hi, Sorry didnt take a screenshot and now that its fixed, i cant do that anymore. Anyway, what happened with mine was that the whole vm image was corrupted somehow, maybe because I am sharing it with exchange server and there were too many disk I/O activities. Deleted the whole vm folder, recovered ...
- Mon Feb 11, 2013 10:27 pm
- Forum: Nagios XI
- Topic: Nagiosxi host detail not show
- Replies: 9
- Views: 2012
Re: Nagiosxi host detail not show
Hi, I am having the same issue, starting just few hours ago, suddenly I cant show the hosts or services. I have tried the instructions on how to repair the mysql database but still not fixed. I can still sometimes see the main page of nagiosxi, but when I clicked on host or service, it will show a p...
- Thu Jan 31, 2013 7:14 pm
- Forum: Nagios XI
- Topic: Nagios XI NSCA issue
- Replies: 6
- Views: 1572
Re: Nagios XI NSCA issue
Hi Guys,
It seems its working now, turns out the port is not automatically enabled in the nagios xi somehow, so after manually using iptables command to enable the incoming port, nagios xi starts receiving the log.
Thanks for all the replies.
It seems its working now, turns out the port is not automatically enabled in the nagios xi somehow, so after manually using iptables command to enable the incoming port, nagios xi starts receiving the log.
Thanks for all the replies.
- Wed Jan 30, 2013 10:18 pm
- Forum: Nagios XI
- Topic: Nagios XI NSCA issue
- Replies: 6
- Views: 1572
Re: Nagios XI NSCA issue
Hi, I downloaded the agent that was mentioned in the nagiosxi documentation, the agent file name is nagevlog-setup-1.9.2.exe, so I think thats NagEventLog. I also use NSClient++ for testing NRPE and thats working fine. During installaton of NagEventLog, I did click through the errors, about 4 times,...
- Wed Jan 30, 2013 5:18 pm
- Forum: Nagios XI
- Topic: Nagios XI NSCA issue
- Replies: 6
- Views: 1572
Re: Nagios XI NSCA issue
Hi Scott, iptables -L command gives me this output: Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT icmp -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh ACCEPT t...
- Wed Jan 30, 2013 12:44 am
- Forum: Nagios XI
- Topic: Nagios XI NSCA issue
- Replies: 6
- Views: 1572
Nagios XI NSCA issue
Hi, I am trialing out Nagios XI and wish to use NSCA to monitor windows eventlog from remote computers. I noticed that NSCA is already installed with Nagios XI, and have followed the documentation to configure NSCA to accept information from remote computers, but I am having 2 issues: 1. I have set ...