Hi @gwesterman,
Sorry for the delayed reply, I was traveling. In the end, restarting the container where Nagios was running did the trick.
thanks for your help,
will
Search found 7 matches
- Mon Jun 17, 2024 9:42 am
- Forum: Open Source Nagios Projects
- Topic: Nagios core web interface sometimes shows wrong information
- Replies: 4
- Views: 2767
- Fri Jun 07, 2024 4:56 am
- Forum: Open Source Nagios Projects
- Topic: Nagios core web interface sometimes shows wrong information
- Replies: 4
- Views: 2767
Re: Nagios core web interface sometimes shows wrong information
Hi @gwesterman, Thanks for your reply, but I don't think that this is the same issue I'm seeing. For instance, if you look at the first screenshot, the first error is for "NESE Link 1 Status". Currently this is configured as follows: define service { use generic-service host_name atlas-rt-...
- Thu Jun 06, 2024 4:26 am
- Forum: Open Source Nagios Projects
- Topic: Nagios core web interface sometimes shows wrong information
- Replies: 4
- Views: 2767
Nagios core web interface sometimes shows wrong information
Dear experts, When I reconnect to the nagios core web interface and go to the service status for the switch I am monitoring, it shows me something like this: Screenshot 2024-06-06 at 10.39.43 AM.png But this represents a configuration that is now several weeks old. In the interim, I fixed the issues...
- Wed May 22, 2024 2:34 pm
- Forum: Open Source Nagios Projects
- Topic: Problem with check_snmp using the rate option
- Replies: 6
- Views: 5751
Re: Problem with check_snmp using the rate option
Hi @tgriep,
Ah, I should have thought to check for a newer version. I upgraded to 2.4.10 and it works now, thanks very much for your help!
will
Ah, I should have thought to check for a newer version. I upgraded to 2.4.10 and it works now, thanks very much for your help!
will
- Wed May 22, 2024 11:49 am
- Forum: Open Source Nagios Projects
- Topic: Problem with check_snmp using the rate option
- Replies: 6
- Views: 5751
Re: Problem with check_snmp using the rate option
Hi @tgriep, Sorry, yes, I just picked two examples and they were in reverse chronological order. It does increment: root@c4c537d8bc4c:/# /opt/nagios/libexec/check_snmp -C <community> -o ifHCInOctets.525 -m IF-MIB -H 172.20.170.1 -v --multiplier=1 --rate /usr/bin/snmpget -Le -t 3 -r 5 -m IF-MIB -v 1 ...
- Tue May 21, 2024 4:20 pm
- Forum: Open Source Nagios Projects
- Topic: Problem with check_snmp using the rate option
- Replies: 6
- Views: 5751
Re: Problem with check_snmp using the rate option
Hi @lgute, thanks for your reply! The man page for check_snmp says about the --rate option: "In many places, SNMP returns counters that are only meaningful when calculating the counter difference since the last check." So I had thought that it should work ok with counters. Also, I checked ...
- Mon May 20, 2024 3:06 pm
- Forum: Open Source Nagios Projects
- Topic: Problem with check_snmp using the rate option
- Replies: 6
- Views: 5751
Problem with check_snmp using the rate option
Hi, I'm new to Nagios, I'm trying to set up bandwidth monitoring on a switch using Nagios core. If I run the following from the command line, everything works as expected: root@c4c537d8bc4c:/# /opt/nagios/libexec/check_snmp -C <community> -o ifHCInOctets.525 -m IF-MIB -H 172.20.170.1 -v /usr/bin/snm...