Search found 10 matches

by stu18
Fri Jul 24, 2026 8:49 am
Forum: Nagios XI
Topic: Create Check to Ping Remote Server from Host
Replies: 3
Views: 1388

Re: Create Check to Ping Remote Server from Host

I've asked ChatGTP and it has given me these solutions: Option 1: Use NRPE (most common) If you want Nagios to verify that Host A can reach Host B (rather than the Nagios server reaching Host B), you can: Install the NRPE agent on Host A. Create a custom command on Host A that runs check_ping agains...
by stu18
Fri Jul 24, 2026 8:47 am
Forum: Nagios XI
Topic: Create Check to Ping Remote Server from Host
Replies: 3
Views: 1388

Re: Create Check to Ping Remote Server from Host

Directly from the host via SSH or KVM? Yes.
by stu18
Thu Jul 23, 2026 5:57 am
Forum: Nagios XI
Topic: Create Check to Ping Remote Server from Host
Replies: 3
Views: 1388

Create Check to Ping Remote Server from Host

Hello, Wondering if you guys can help. I'm trying to create a check for hosts to be able to ping remote hosts, in the same way as pinging directly from the host itself via ping command. For example: localhost1 ---> 192.168.1.2 localhost1 ---> 192.167.1.3 localhost2 ---> 192.168.1.2 localhost2 ---> 1...
by stu18
Fri Jun 12, 2026 11:33 am
Forum: Nagios XI
Topic: RESOLVED: Scheduled Backups Issue
Replies: 6
Views: 47564

Re: Scheduled Backups Issue

Just an update on this as the issue has now been resolved now. There is currently a bug with SSH transfers of Nagios backups, so adding the ssh2 extension into /etc/php/8.3/cli/php.ini resolved the issue for me. extension=ssh2.so Thanks to Nagios Support for the workaround. Hopefully, this will help...
by stu18
Wed Jun 10, 2026 4:32 am
Forum: Nagios XI
Topic: RESOLVED: Scheduled Backups Issue
Replies: 6
Views: 47564

Re: Scheduled Backups Issue

SSH only backups configured. Turned off local backup. I've had a look at the /usr/local/nagiosxi/var/components/scheduledbackups.log logs after job was completed. There is zero log of any SSH/SCP backup transfer. Just ends with BACKUP COMPLETE - Backup stored in /store/backups/nagiosxi/nagios.xxxxxx...
by stu18
Tue Jun 09, 2026 7:20 am
Forum: Nagios XI
Topic: BBMap Causing Browser to Stall
Replies: 3
Views: 43105

Re: BBMap Causing Browser to Stall

bbahn wrote: Mon Jun 08, 2026 1:16 pm Hi @stu18, I can put in an enhancement request for you!
If you can, that would be great! I've turned on the option you have suggested for the time being. Thank you!
by stu18
Thu Jun 04, 2026 4:12 am
Forum: Nagios XI
Topic: BBMap Causing Browser to Stall
Replies: 3
Views: 43105

BBMap Causing Browser to Stall

Another issue in 2026R1.5. In BBMap, then I first load the page, it appears to cause the web browser to stall. A browser like Firefox would also show a message that the script is slowing the browser down and offers an option to stop it. If I load the page and quickly select the Limit To download men...
by stu18
Thu Jun 04, 2026 3:53 am
Forum: Nagios XI
Topic: RESOLVED: Scheduled Backups Issue
Replies: 6
Views: 47564

RESOLVED: Scheduled Backups Issue

I've got a bit of a strange problem. I've have Scheduled Backups set up for local and SSH; local for 12:30AM and SSH for 1:30AM, both daily. I have already tested the connectivity via the Test Connection, which passed with "Connection established. Username/Password OK." Also, tested transf...
by stu18
Mon Jun 01, 2026 4:43 pm
Forum: Nagios XI
Topic: Check Update fails in Web GUI
Replies: 3
Views: 33053

Re: Check Update fails in Web GUI

Perfect, thanks! I thought I was going mad!
by stu18
Mon Jun 01, 2026 3:21 pm
Forum: Nagios XI
Topic: Check Update fails in Web GUI
Replies: 3
Views: 33053

Check Update fails in Web GUI

Hello, Just got 2026R1.5 installed on Ubuntu 24.04 LTS and restored from a previous install running Ubuntu 22.04 LTS. In the Check Updates page, I'm unable to get a check. It would fail instantly. I am running a proxy and have added the proxy details in the web GUI page as per https://library.nagios...