Search found 235 matches
- Mon Apr 13, 2026 7:06 am
- Forum: Nagios XI
- Topic: check_postgres.pl sequence error on d.adsrc
- Replies: 6
- Views: 17739
Re: check_postgres.pl sequence error on d.adsrc
almost an year later, but every update/upgrade of nagios keeps installing an outdated check_postgres.pl (2.21) that is nog able to monitor posgressql databases >12. We are getting issues anytime we get an Nagiosxi update when it replaces a working version (2.26) with yhis old one(2.21). I would say ...
- Thu Mar 19, 2026 2:40 am
- Forum: Nagios Log Server
- Topic: a couple of comments on the new 2024R1.3.6 update
- Replies: 6
- Views: 54099
Re: a couple of comments on the new 2024R1.3.6 update
No, a spammer is inserting links in the reply. Very annoying....
- Wed Jan 14, 2026 7:42 am
- Forum: Nagios Log Server
- Topic: logstash no longer binds to privileged port after upgrade 2026R1.0.3
- Replies: 2
- Views: 30395
Re: logstash no longer binds to unprivileged port after upgrade 2026R1.0.3
I "fixed" it myself. Apparently the /usr/local/nagioslogserver/logstash/jdk/bin/java no longer had extended capabilities: before upgrade: root:/usr/local/nagioslogserver/logstash/jdk/bin> getcap ./java ./java cap_net_bind_service=ep after upgrade: root:/usr/local/nagioslogserver/logstash/j...
- Wed Jan 14, 2026 7:21 am
- Forum: Nagios Log Server
- Topic: logstash no longer binds to privileged port after upgrade 2026R1.0.3
- Replies: 2
- Views: 30395
logstash no longer binds to privileged port after upgrade 2026R1.0.3
Hi, after upgrading from 2026R1.0.2 to 2026R1.0.3 logstash no longer binds to privileged ports. In my case I have an input filter to listen on port 514 for some legacy devices, but since the upgrade there is nothing listening on port 514. I have the following error message in de /var/log/message: Ja...
- Mon Nov 17, 2025 10:04 am
- Forum: Nagios Log Server
- Topic: a couple of comments on the new 2024R1.3.6 update
- Replies: 6
- Views: 54099
a couple of comments on the new 2024R1.3.6 update
Hi, whilst applying the new 2024R1.3.6 update on our test cluster I found a few "things" that might need a little review. The update is normally +/-220MB but now 1.5GB. Apparently there's also a 1GB opensearch tar file included which is part of the 2026 release? Should that be in this upda...
- Mon Sep 29, 2025 6:23 am
- Forum: Nagios XI
- Topic: 2026R1 ERROR: Invalid host address
- Replies: 7
- Views: 19914
Re: 2026R1 ERROR: Invalid host address
The localhost definition is set to IP address, In a service definition you have to point to a "nagios" host. Running the "run check command" from the CCM works fine for the HTTP and PING service. When ran they come up with the 127.0.0.1 field, other checks like the load are runni...
- Mon Sep 29, 2025 6:00 am
- Forum: Nagios XI
- Topic: 2026R1 ERROR: Invalid host address
- Replies: 7
- Views: 19914
Re: 2026R1 ERROR: Invalid host address
I have also found other service checks that run into the ERROR other then localhost. So it looks like a parsing issue in the GUI part. The checks seem to run ok from CLI.
- Mon Sep 29, 2025 2:47 am
- Forum: Nagios XI
- Topic: 2026R1 ERROR: Invalid host address
- Replies: 7
- Views: 19914
2026R1 ERROR: Invalid host address
After the upgrade to 2026R1 we encounter the above ERROR: Invalid host address message when running a service check command on the localhost. The localhost host definition is set to 127.0.0.1 "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4" It looks like the s...
- Sat Aug 30, 2025 1:08 am
- Forum: Nagios XI
- Topic: check_postgres.pl sequence error on d.adsrc
- Replies: 6
- Views: 17739
Re: check_postgres.pl sequence error on d.adsrc
The plugin used to monitor other postgres databases. Of course nagiosxi itself runs on mysql. But de plugin that is used also to monitor other DB's that is installed is outdated.
- Fri Aug 29, 2025 3:38 am
- Forum: Nagios XI
- Topic: check_postgres.pl sequence error on d.adsrc
- Replies: 6
- Views: 17739
check_postgres.pl sequence error on d.adsrc
Hi, After update from 2024R2 to 2024R2.1 also the check_postgres.pl plugin is updated. However this pluging throughs an error related to the postgres DB version (ERROR: column d.adsrc does not exist) . The installed version 2.21 of the plugin does not work correctly when checking the sequence on pg ...