You are right - I did have to remove the .rrd file from earlier experiments to store the data. Everything works fine now (except that I'm not using check_snmp).
Thanks!
Search found 8 matches
- Wed Dec 31, 2025 8:59 am
- Forum: Nagios XI
- Topic: Performance graphs with check_snmp?
- Replies: 5
- Views: 3568
- Tue Dec 30, 2025 2:19 pm
- Forum: Nagios XI
- Topic: Performance graphs with check_snmp?
- Replies: 5
- Views: 3568
Re: Performance graphs with check_snmp?
An update: I created a super simple command that just fetches a value over SNMP: /bin/snmpget $ARG1$ $HOSTADDRESS$ $ARG2$ . This makes the check command /bin/snmpget -c 'public' -v 2c -Oqv 10.0.0.11 UCD-SNMP-MIB::extOutput.1 , and the output CPU0: 44.0C; CPU1: 25.0C|CPU0=44.0C CPU1=25.0C (no trailin...
- Tue Dec 30, 2025 9:22 am
- Forum: Nagios XI
- Topic: Performance graphs with check_snmp?
- Replies: 5
- Views: 3568
Re: Performance graphs with check_snmp?
The check command evaluates to /usr/local/nagios/libexec/check_snmp -H 10.0.0.11 -o 'UCD-SNMP-MIB::extOutput.1' -C 'public' -P 2c . I don't see much specific information about performance graphs in the output of check_snmp -h . An option to label performance graphs with OIDs instead of labels - but ...
- Mon Dec 29, 2025 4:34 pm
- Forum: Nagios XI
- Topic: Performance graphs with check_snmp?
- Replies: 5
- Views: 3568
Performance graphs with check_snmp?
Hello, Running the special edition of Nagios XI 2024R1.3.3. I seem to have some very fundamental problems wrapping my mind around how to produce performance graphs. I was under the impression that all I need is to return performance data separated from the rest of the output by a pipe symbol, and gr...
- Wed Dec 17, 2025 4:47 pm
- Forum: Nagios XI
- Topic: Monitoring network interfaces for low throughput
- Replies: 3
- Views: 3845
Re: Monitoring network interfaces for low throughput
Interesting. I will give that a spin.
Thank you!
Thank you!
- Tue Dec 16, 2025 11:36 am
- Forum: Nagios XI
- Topic: Monitoring network interfaces for low throughput
- Replies: 3
- Views: 3845
Monitoring network interfaces for low throughput
Hello, We are evaluating Nagios XI 2024 as a tool for evaluating stress tests of new machines, and one question came up: Is there a built-in way to monitor network interfaces for low throughput? The check_xi_service_mrtgtraf command that I get when running the Network Switch / Router Configuration W...
- Fri Oct 24, 2025 3:26 pm
- Forum: Nagios XI
- Topic: Control over MRTG databases
- Replies: 2
- Views: 12250
Re: Control over MRTG databases
Thanks for letting me know.
- Tue Oct 21, 2025 3:10 pm
- Forum: Nagios XI
- Topic: Control over MRTG databases
- Replies: 2
- Views: 12250
Control over MRTG databases
Hello, We are using Nagios XI 2024R1.3.3, and need to run MRTG at least once a minute (and keep the results). I have set up a few interfaces through the Network Switch / Router Configuration Wizard, but we seem to get samples only every 5 minutes. I have edited /etc/cron.d/mrtg to run every minute, ...