Search found 1580 matches

by avandemore
Wed Jun 07, 2017 10:24 am
Forum: Nagios XI
Topic: Force Check not working for host
Replies: 13
Views: 1932

Re: Force Check not working for host

Please provide the host name in question and the file /usr/local/nagios/var/status.dat
by avandemore
Wed Jun 07, 2017 10:20 am
Forum: Nagios Log Server
Topic: Logstash Daemon dead but pid file exists
Replies: 2
Views: 1217

Re: Logstash Daemon dead but pid file exists

In the instance drop -down nothing displays, is this normal behaviour?
No, it is not normal. You can check what normal behavior by downloading our OVA and running it.

What is the output of:

Code: Select all

# df -h; df -i
# ls -la /usr/local/nagioslogserver/logstash/etc/conf.d/
# tail -n 100 /var/log/messages
by avandemore
Wed Jun 07, 2017 9:45 am
Forum: Nagios XI
Topic: No answer from host
Replies: 20
Views: 1000

Re: No answer from host

Is the SNMP daemon uniform in version and configuration?
by avandemore
Wed Jun 07, 2017 9:36 am
Forum: Nagios XI
Topic: Fresh install
Replies: 32
Views: 2342

Re: Fresh install

This appears to be a known issue with RHEL, did you check with your vendor?

https://access.redhat.com/solutions/26435

Apparently one of the causes is incorrect system date.
by avandemore
Wed Jun 07, 2017 9:25 am
Forum: Nagios XI
Topic: Monitoring engine and Nagvis not working as expected
Replies: 10
Views: 483

Re: Monitoring engine and Nagvis not working as expected

XI > Admin > System Profile > Download Profile Please include the zip file in your response. You can PM myself or other support personnel the profile. Remotes are done if our support personnel deem it necessary and request it. If you want priority support, our phone support options allows you to cal...
by avandemore
Wed Jun 07, 2017 9:20 am
Forum: Nagios XI
Topic: NRPE truncate output
Replies: 4
Views: 182

Re: NRPE truncate output

There is no patch. I believe the version of NRPE will be updated with the next minor release:

https://www.nagios.com/roadmaps/

You can install NRPE 3 on an existing XI system, however please be aware it will be reverted to the XI standard if the system is upgraded.

Does this answer your question?
by avandemore
Wed Jun 07, 2017 9:14 am
Forum: Nagios XI
Topic: Install check_jmx4perl in XI
Replies: 3
Views: 270

Re: Install check_jmx4perl in XI

For future reference, you can also install some package like this:

Code: Select all

# yum install "perl(Module::Find)"
Thanks for using Nagios! If you have further issues, please open a new thread or ticket.
by avandemore
Tue Jun 06, 2017 4:25 pm
Forum: Nagios XI
Topic: Plotting Host Status Over Time
Replies: 4
Views: 994

Re: Plotting Host Status Over Time

You could download it as a CSV and import into something that will plot it as you see fit. There are no other Nagios supported solutions that I'm aware of.
by avandemore
Tue Jun 06, 2017 3:40 pm
Forum: Nagios XI
Topic: How to trigger Event Handler only when there is a HARD state
Replies: 3
Views: 181

Re: How to trigger Event Handler only when there is a HARD s

No, you would need to build logic into your event handler to be smart enough to act appropriately with the information. This is the type of data you would need to pass into your event handler: https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/macrolist.html We do offer custom devel...