Search found 251 matches

by kg2857
Wed May 15, 2024 8:41 pm
Forum: Nagios XI
Topic: Quick Graph issue
Replies: 3
Views: 44

Re: Quick Graph issue

Locate the perfdata dir on the nagios host and check the timestamp on the rrd and xml files for the services that aren't graphing. If something changed about the service, like the format of the perfdata, the system can get mad and stop updating the files. Move or remove rrd files that aren't being u...
by kg2857
Mon May 13, 2024 8:52 pm
Forum: Open Source Nagios Projects
Topic: check_service: UNKNOWN: No handler for that command
Replies: 4
Views: 629

Re: check_service: UNKNOWN: No handler for that command

You can add it to the nsclient.ini and/or see if nsclient has an internal service check.
by kg2857
Tue May 07, 2024 7:55 pm
Forum: Nagios XI
Topic: Monitoring Engine Wont start
Replies: 3
Views: 142

Re: Monitoring Engine Wont start

Check the status output for the service and the logs.
by kg2857
Mon May 06, 2024 10:50 pm
Forum: Nagios Log Server
Topic: Every few days all our systems stop sending logs
Replies: 11
Views: 699

Re: Every few days all our systems stop sending logs

In the meantime you may want to set a cron to restart logstash.
In my experience logstash was pretty reliable BTW.
by kg2857
Mon May 06, 2024 10:16 pm
Forum: Nagios XI
Topic: Nagios Privilege
Replies: 7
Views: 201

Re: Nagios Privilege

Check the status from the shell after starting via the web page.
A guess is that the web user has to sudo to start the service and it's disabled.
by kg2857
Mon May 06, 2024 9:32 pm
Forum: Nagios XI
Topic: IP Address Manager
Replies: 3
Views: 132

Re: IP Address Manager

Silly question but what about IP addresses do you want to manage?
by kg2857
Sun May 05, 2024 11:03 pm
Forum: Nagios XI
Topic: SNMP trap for Dell hardware
Replies: 3
Views: 123

Re: SNMP trap for Dell hardware

How to set it up is in Dell's documentation. You just set the nagios hosts as a destination, etc. You can probably figure it out w/o docs.
by kg2857
Sun May 05, 2024 10:59 pm
Forum: Open Source Nagios Projects
Topic: Livestatus support for Nagios 4.5.1
Replies: 6
Views: 828

Re: Livestatus support for Nagios 4.5.1

There's no livestatus log?
by kg2857
Sun May 05, 2024 12:56 am
Forum: Open Source Nagios Projects
Topic: Livestatus support for Nagios 4.5.1
Replies: 6
Views: 828

Re: Livestatus support for Nagios 4.5.1

What does the livestatus log say?
by kg2857
Fri May 03, 2024 2:58 am
Forum: Nagios XI
Topic: No Drive Usage Performance Graph
Replies: 4
Views: 122

Re: No Drive Usage Performance Graph

It isn't producing any perfdata so no graph. Try the -h option to see if it has an option to make perfdata. If not you need to modify the script or find a new one.