From: <m.w...@au...> - 2005-04-20 12:50:22
|
Hi all, I'm testing right now the nagios-2.0b3 and perfparse-0.105.6 with Patrick Proy's snmp plugins. From plugin check_snmp_mem I receive following performance data: ./check_snmp_mem.pl -H x.x.x.x -C public -f -w 0,80 -c 0,90 Ram : 96%, Swap : 1% : ; OK | ram_used=246156;;;0;255136,swap_used=7392;416045;468050;0;520056 But perfparse show only: Host: X Service: MEMORY LOAD Metric: ram_used What I have to do to draw swap_used also ? The same problem i have with other plugins: ./check_snmp_load.pl -H x.x.x.x -C public -I -w 50,50,50 -c 90,90,90 -f CPU : 1 0 0 : OK | load_5_sec=1%;50;90,load_1_min=0%;50;90,load_5_min=0%;50;90 There is no load_1_min and load_5_min with this host & service. mikus |