Search found 345 matches
- Fri Apr 03, 2026 11:18 am
- Forum: Nagios XI
- Topic: SNMP walk job selecting OIDs
- Replies: 14
- Views: 2651
Re: SNMP walk job selecting OIDs
Dave, I've gotten a fix implemented for the Match Type bug you identified. The issue is written up under #2495 and should be in the May changelog tagged under that number. I don't have a concise hotfix for this issue, but you can probably work around it in the meantime by just setting up checks usin...
- Fri Apr 03, 2026 10:07 am
- Forum: Nagios XI
- Topic: SNMP walk job selecting OIDs
- Replies: 14
- Views: 2651
Re: SNMP walk job selecting OIDs
Hmm, yep I see what you mean on the threshold field format. That should be changing but it looks like we may have a regression. Thanks for letting us know about that, I'll be looking into it today. In the meantime it looks like the other issue you're seeing has to do with validation issues. Any MIB ...
- Tue Mar 31, 2026 11:26 am
- Forum: Nagios XI
- Topic: SNMP walk job selecting OIDs
- Replies: 14
- Views: 2651
Re: SNMP walk job selecting OIDs
Hi Dave, I was able to isolate the cause of the issue with the help of your data. It looks like the issue is actually that your device returns multi-component indices for its OIDs, which we did not account for in the filtering the wizard performs. I was able to fix this with a very small change, jus...
- Fri Mar 27, 2026 1:23 pm
- Forum: Nagios XI
- Topic: SNMP walk job selecting OIDs
- Replies: 14
- Views: 2651
Re: SNMP walk job selecting OIDs
A cut+paste of the job view should be fine, and yes redacting the creds is also fine. You can find the walk jobs at `/usr/local/nagiosxi/tmp` if you'd rather just drop the full file (redacted, of course). My guess without seeing the data is that something in the first row, containing the command use...
- Thu Mar 26, 2026 9:35 am
- Forum: Nagios XI
- Topic: SNMP walk job selecting OIDs
- Replies: 14
- Views: 2651
Re: SNMP walk job selecting OIDs
Both the error you're showing and the corrupted re-run form point to a parsing issue with the SNMP Walk job file you're using. We would probably need to be able to work with the exact file that is having this parsing issue so we can drill down on what the problem is. Feel free to DM me through this ...
- Mon Mar 23, 2026 1:50 pm
- Forum: Nagios XI
- Topic: SNMP walk job selecting OIDs
- Replies: 14
- Views: 2651
Re: SNMP walk job selecting OIDs
Hi Dave, Does your XI system have MIBs for these OIDs? The SNMP Walk wizard currently does not display untranslated OIDs. Take a look at the file viewer in the SNMP Walk Jobs table for the job you're seeing zero rows on. If your output only contains untranslated OIDs, that would confirm the issue he...
- Mon Nov 10, 2025 12:31 pm
- Forum: Nagios Log Server
- Topic: NXLog not sending logs to NLS
- Replies: 2
- Views: 37822
Re: NXLog not sending logs to NLS
Hi @kboppana1, Thanks for reaching out! From your initial error log, it appears to be an issue with NXLog failing to read your Windows logs. It's hard to say what could have caused this without access to the actual logs in question, but I'd recommend correlating the timing on when these errors occur...
- Wed Oct 22, 2025 4:46 pm
- Forum: Nagios XI
- Topic: PDF file not attached in schedule report in 2026R1
- Replies: 2
- Views: 10512
Re: PDF file not attached in schedule report in 2026R1
Hi Speynaud, I can confirm I was able to generate reports on a local test server running version 2026R1, and don't believe there are any known issues with reports on this version. Can you take a look at this file on your XI server? /usr/local/nagiosxi/var/chromium_report.log This should give us a go...
- Mon Sep 22, 2025 10:43 am
- Forum: Nagios XI
- Topic: How to disable Check for Updates for Offline Installation
- Replies: 1
- Views: 21388
Re: How to disable Check for Updates for Offline Installation
Hi @AngeloMileto, For security reasons, I would strongly recommend opening a support ticket . This will allow you to discuss more specifics of your air-gapped environment in a more secure setting. In the meantime, I would suggest taking a loot at your proxy configuration within XI, if that is involv...
- Wed Sep 17, 2025 11:43 am
- Forum: Nagios XI
- Topic: NagiosXI 2024R2.1 Deactivated Services Not Applying
- Replies: 10
- Views: 39842
Re: NagiosXI 2024R2.1 Deactivated Services Not Applying
Hi @smithjor, It looks like this is a configuration issue that we have with Debian 12 systems specifically. The issue is a missing timezone value in the php.ini file. You should be able to fix this on your server by editing this file: /etc/php/8.2/cli/php.ini Uncomment the "date.timezone" ...