Thanks! Importing the command definition for check_snmp_mem worked. Not sure why that got removed from the default commands.cfg.
Scott
Search found 7 matches
- Thu Mar 12, 2020 12:12 pm
- Forum: Open Source Nagios Projects
- Topic: check_snmp_mem not an available "check command"
- Replies: 3
- Views: 1139
- Wed Mar 11, 2020 1:48 pm
- Forum: Open Source Nagios Projects
- Topic: check_snmp_mem not an available "check command"
- Replies: 3
- Views: 1139
check_snmp_mem not an available "check command"
In version 5.4.10 I created a service check using the check command check_snmp_mem. In 5.6.10 I am unable to import this service configuration due to error "Service check command 'check_snmp_mem .... not found anywhere". In the core config management service management GUI this check is no...
- Thu Oct 11, 2018 1:44 pm
- Forum: Nagios XI
- Topic: check_snmp_storage* reporting incorrect memory values
- Replies: 9
- Views: 1314
Re: check_snmp_storage* reporting incorrect memory values
Perfect thanks for the help!
- Thu Oct 11, 2018 9:08 am
- Forum: Nagios XI
- Topic: check_snmp_storage* reporting incorrect memory values
- Replies: 9
- Views: 1314
Re: check_snmp_storage* reporting incorrect memory values
That did the trick thank you! only have one other question... Once I added this in I don't see the performance charts available, Im guessing this is some cfg I missed?
- Tue Oct 09, 2018 9:05 am
- Forum: Nagios XI
- Topic: check_snmp_storage* reporting incorrect memory values
- Replies: 9
- Views: 1314
Re: check_snmp_storage* reporting incorrect memory values
The OS on the entire system is RedHat 6.6 (Monitoring and Remote servers) The Version of the plugin is (Check_snmp_storage version: 1.3.3) Complete output: Alarm at 15 SNMPv3 login SNMPv3 AuthPriv login : nagios, SHA, AES Filter : Physical OID : 1.3.6.1.2.1.25.2.3.1.3.46, Desc : /shared OID : 1.3.6....
- Mon Oct 08, 2018 10:53 am
- Forum: Nagios XI
- Topic: check_snmp_storage* reporting incorrect memory values
- Replies: 9
- Views: 1314
Re: check_snmp_storage* reporting incorrect memory values
I have to use snmp v3.. however I used this command with the v3 credentials and it still comes back indicating that 0% left for some reason its reporting cache with whats being used which should not be done. (if I dump the cache it reports correctly - not a good practice) In this instance I am tryin...
- Sun Oct 07, 2018 4:25 am
- Forum: Nagios XI
- Topic: check_snmp_storage* reporting incorrect memory values
- Replies: 9
- Views: 1314
check_snmp_storage* reporting incorrect memory values
I am attempting to utilize the snmp v3 monitoring. Everything seems to be working correctly except for the RAM usage... Example CMD: check_snmp_storage.pl -H <my HOST> -l <my user> -x <authentication> -X <privacy> -L SHA, AES -q Ram -m Physical -w 50 -c 80 Reporting 100% used - Reality is 7-8% Its a...