Search found 146 matches
- Mon Mar 10, 2025 6:38 am
- Forum: Nagios XI
- Topic: nagiosxi error after upgrade - Caught SIGSEGV
- Replies: 5
- Views: 1853
Re: nagiosxi error after upgrade - Caught SIGSEGV
server redhat 9, upgraded nagiosxi from 2024R1.1.2 to 2024R1.4.1 Ok, so what i tried more 1) Stop nagios 2) download nagios 2024R1.1.2, extract it. 3) Went to ndo folder, extract it. 4) mysql -u root -ppassword nagios </tmp/nagiosxi/subcomponents/ndo/ndo-3.1.0/db/upgrade-from-3.0.6.sql mysql -u root...
- Tue Mar 04, 2025 2:34 am
- Forum: Nagios XI
- Topic: nagiosxi error after upgrade - Caught SIGSEGV
- Replies: 5
- Views: 1853
Re: nagiosxi error after upgrade - Caught SIGSEGV
Thats not it. As i mentioned, i upgraded to ndo3 and in nagios cfg i have ndo3 module enabled instead of ndo2. Im guessing that the ndo upgrade didnt create some tables/databases to mysql needed for ndo3 and that is why the proccess dies. Any ideas what to try?
- Wed Feb 26, 2025 9:28 am
- Forum: Nagios XI
- Topic: nagiosxi error after upgrade - Caught SIGSEGV
- Replies: 5
- Views: 1853
Re: nagiosxi error after upgrade - Caught SIGSEGV
Ok, so forum had similar issues posted, i followed these. I had ndo2 in use, upgraded to ndo3 and after that did the nagiosxi version upgrade again. The result is kind of a mix of success and fail. First off. the ndo3 install is success, thou in the end there is a warning that could not connect via ...
- Wed Feb 26, 2025 6:28 am
- Forum: Nagios XI
- Topic: nagiosxi error after upgrade - Caught SIGSEGV
- Replies: 5
- Views: 1853
nagiosxi error after upgrade - Caught SIGSEGV
Hello server redhat 9, upgraded nagiosxi from 2024R1.1.2 to 2024R1.3.4. Upgrade itself was succesful, no problems recorded. But after the upgrade nagios.service will not start. systemctl status nagios.service × nagios.service - Nagios Core 4.5.3 Loaded: loaded (/usr/lib/systemd/system/nagios.service...
- Mon Aug 26, 2024 2:19 am
- Forum: Nagios XI
- Topic: mib bulk upload
- Replies: 5
- Views: 2300
Re: mib bulk upload
At the moment i really dont want to use traps with these new mib's, just regular check_snmp. Addmib is not available on centos 7, it should be part of the snmp-utils what i have installed but not addmib package available. That said, can i just upload the required mibs to /usr/share/snmp/mibs folder ...
- Wed Aug 21, 2024 1:56 am
- Forum: Nagios XI
- Topic: mib bulk upload
- Replies: 5
- Views: 2300
Re: mib bulk upload
So basically upload the MIB's to /usr/share/snmp/mibs folder, Go to manage mibs, ignore Unknown (Missing Database Entry) and hit Process All Traps button? The "process all traps" will make the mibs known for Nagios database?
- Mon Aug 19, 2024 4:55 am
- Forum: Nagios XI
- Topic: mib bulk upload
- Replies: 5
- Views: 2300
mib bulk upload
Hello Env: centos 7, nagios 5.11.2 (yes, its bad, im in proccess of migrating.) But question is about bulk mib upload. I want to upload juniper mibs (Junos OS), but they come with 166 txt files. I really dont want to use admin panel, manage mibs, and upload the mibs one at a time. I also tried extra...
- Tue Jun 25, 2024 1:47 am
- Forum: Nagios XI
- Topic: remote server checks via ssh
- Replies: 8
- Views: 3231
Re: remote server checks via ssh
Sadly it didnt help, changing the ownership to nagios:nagios. From cli i was running it from user nagios, yes. From cli and core config manager, services, Run check command always succeeds. The check run as normal check(force immediate check), mostly replies back (No output returned from plugin) but...
- Fri Jun 21, 2024 3:23 pm
- Forum: Nagios XI
- Topic: remote server checks via ssh
- Replies: 8
- Views: 3231
Re: remote server checks via ssh
Nagiosxi Installed Version: 5.11.2, centos 7 currently, upgrading it soon.
- Thu Jun 20, 2024 3:35 am
- Forum: Nagios XI
- Topic: remote server checks via ssh
- Replies: 8
- Views: 3231
remote server checks via ssh
Hello i have a service that ssh to another server, runs a script there and reports back the result. Now when i run the the command in cli, it always answers really quick correct answer, when i run the command in service "Run Check Command" the answer is always correct and fast. Now when th...