Search found 1114 matches

by gormank
Wed Dec 14, 2022 1:30 pm
Forum: Nagios XI
Topic: Nagios plugin cron error - help please
Replies: 1
Views: 696

Re: Nagios plugin cron error - help please

You should use a full path to librenms
crons shouldn't have any output--it gets sent to the root mail

*/5 * * * * librenms /opt/librenms/services-wrapper.py 1 2>&1 > /dev/null
by gormank
Tue Dec 13, 2022 3:43 pm
Forum: Nagios XI
Topic: Running a disk space script
Replies: 2
Views: 630

Re: Running a disk space script

First, you want to update the script so it prints a single line of test as output, and returns one of the valid status values for nagios.Then you can define the script ina command and call it as a plugin.
by gormank
Tue Dec 13, 2022 3:40 pm
Forum: Nagios XI
Topic: Nagios Server Cluster report
Replies: 1
Views: 690

Re: Nagios Server Cluster report

I guess you'd want to open a shell and figure out what commands are needed to provide the info.
by gormank
Wed Nov 23, 2022 3:55 pm
Forum: Nagios Log Server
Topic: Splunk and Nagios Log Server
Replies: 1
Views: 1786

Re: Splunk and Nagios Log Server

Nagios log server is probably not a good choice, but nagios can do exactly what you want.
If you want answers to splunk questions, maybe post in a splunk forum or research what splunk can do.
by gormank
Wed Nov 23, 2022 3:49 pm
Forum: Nagios XI
Topic: GraphExplorer : Top alerts producer
Replies: 2
Views: 830

Re: GraphExplorer : Top alerts producer

The URL is as shown. Maybe go there and see what's in the dir. Chances are it's a .php file that you can edit.

https://<nagioshost>/nagiosxi/includes/components/graphexplorer/
by gormank
Tue Nov 22, 2022 6:18 pm
Forum: Nagios XI
Topic: Problems with installation on Debian 9 server
Replies: 2
Views: 1362

Re: Problems with installation on Debian 9 server

There are lots of hits on the egg_info message and below is a link to what's happening at line 54 in setup.py--it looks like it's failing to get some info on the environment it's running under. https://www.google.com/search?q=%22python+setup.py+egg_info%22+failed+with+error&rlz=1C1GCEJ_enUS870US...
by gormank
Fri Nov 18, 2022 6:19 pm
Forum: Nagios XI
Topic: Agent and Agentless monitoring
Replies: 1
Views: 1087

Re: Agent and Agentless monitoring

You can use agentless if desired or if an agent can't be installed. There's no case I can think of where using an agent is required--it can make things easier though. You can use SNMP to get lots of info if it's enabled on the hosts to be monitored, then there's ssh. There's a site exchange.nagios.c...
by gormank
Fri Nov 18, 2022 2:31 pm
Forum: Nagios XI
Topic: All RRD's Stopped Reporting Data
Replies: 1
Views: 827

Re: All RRD's Stopped Reporting Data

Did you open a case here? https://nagios.force.com/

Changing a service that causes the data collected to be different can cause the system to stop writing the .rrd/.xml files. If those files aren't current, delete or move them.
by gormank
Fri Nov 18, 2022 12:24 pm
Forum: Nagios XI
Topic: Taking a complete backup of Nagios XI
Replies: 1
Views: 1090

Re: Taking a complete backup of Nagios XI

Searching the internet for nagios xi backup and restore will point you to the documentation.
by gormank
Thu Nov 17, 2022 3:59 pm
Forum: Nagios XI
Topic: Firewall and selinux question
Replies: 1
Views: 858

Re: Firewall and selinux question

I guess this is a general linux support page now...

grep ^SELINUX= /etc/selinux/config
SELINUX=enforcing

systemctl stop firewalld
systemctl disable firewalld