Re: Load for 1 min 5 min and 15 mim
Posted: Tue Oct 30, 2018 8:51 am
When using the plugin to poll a Net-SNMP system, it will check the Real Memory as well as the Swap Memory which then requires both thresholds to be set like below.
Code: Select all
./check_snmp_mem.pl -H 10.100.1.16 -C nagiosxi -w 80,80 -c 90,90-w, --warn=INTEGER | INT,INT
warning level for memory in percent (0 for no checks)
Default (-N switch) : comma separated level for Real Memory and Swap
-c, --crit=INTEGER | INT,INT
critical level for memory in percent (0 for no checks)
Default (-N switch) : comma separated level for Real Memory and Swap