Search found 772 matches

by bolson
Tue Aug 22, 2017 11:24 am
Forum: Open Source Nagios Projects
Topic: side.php does not display properly on Ubuntu16
Replies: 6
Views: 3068

Re: side.php does not display properly on Ubuntu16

Yes, this is most likely a php issue. Please post the result of:

Code: Select all

php --version
by bolson
Tue Aug 22, 2017 11:16 am
Forum: Nagios XI
Topic: Monitor Hard Disk or RAM Failure
Replies: 3
Views: 197

Re: Monitor Hard Disk or RAM Failure

Please try running the command against a device rather than a partition. ie:

Code: Select all

./check_smart.py --device=/dev/sda
And post the result.

Thank you!
by bolson
Tue Aug 22, 2017 10:37 am
Forum: Nagios XI
Topic: NagiosXi is in pending status after sometime
Replies: 4
Views: 115

Re: NagiosXi is in pending status after sometime

Deleting retention.dat won't cause any issues as it will be recreated. The purpose of the file is to save service state information across reboots or restarts of the nagios service. You could simple rename the file rather than removing it: mv /usr/local/nagios/var/retention.dat /usr/local/nagios/var...
by bolson
Tue Aug 22, 2017 9:13 am
Forum: Open Source Nagios Projects
Topic: Nagios CRITICAL - Socket timeout for check_nt request
Replies: 14
Views: 8470

Re: Nagios CRITICAL - Socket timeout for check_nt request

Closing this topic as resolved.

Thank you for visiting the Nagios Support Forum!
by bolson
Tue Aug 22, 2017 9:13 am
Forum: Open Source Nagios Projects
Topic: Nagios web interface is running only on some computers
Replies: 34
Views: 15451

Re: Nagios web interface is running only on some computers

Closing this topic as resolved.

Thank you for visiting the Nagios Support Forum!
by bolson
Tue Aug 22, 2017 9:11 am
Forum: Nagios XI
Topic: Remove NagiosRamdisk
Replies: 6
Views: 1206

Re: Remove NagiosRamdisk

Closing this topic as resolved.

Thank you for visiting the Nagios Support Forum!
by bolson
Tue Aug 22, 2017 9:11 am
Forum: Nagios XI
Topic: ERROR: Description Table: Request table is empty or does not
Replies: 16
Views: 760

Re: ERROR: Description Table: Request table is empty or does

Closing this topic as resolved.

Thank you for visiting the Nagios Support Forum!
by bolson
Mon Aug 21, 2017 4:29 pm
Forum: Nagios XI
Topic: how to install check_by_ssh plugin
Replies: 7
Views: 2605

Re: how to install check_by_ssh plugin

Run this from the NagiosXI server command line:

Code: Select all

/usr/local/nagios/libexec/check_by_ssh -H remote_ip -C uptime
Replacing remote_ip with the IP address of the host you're monitoring.
by bolson
Mon Aug 21, 2017 3:36 pm
Forum: Nagios XI
Topic: LOG CLEANUP
Replies: 6
Views: 201

Re: LOG CLEANUP

Are you looking for direction on creating crontab entries for your command or are you asking which command is preferable? If the latter, if I understand your backup methodology, either command would work as for your backups the created timestamp and the modified timestamp would be the same. Let us k...