Hi, Hi, first find the right mib describing your hardware. Second step, enable snmp v3 on your fujitsu and at the end you write a script.
Actually I wrote a nagios plugin to check memory and cpu of F5 BigIP and another for monitoring bandwidth via snmp. all resides on finding the right oids which match the values you are going to collect through snmpget. To collect a value, for bandwidth, let's say, I use such a string: SPEED=`/usr/bin/snmpget -v 3 -t 1 -r 5 -m '' -v 3 -l authPriv -a MD5 -u ${LOGIN} -A ${PASSWORD} -x DES -X ${PASSWORD} ${HOST}:161 IF-MIB::ifSpeed.${IFINDEX} | cut -d " " -f 4` Giorgio > Has anyone gotten to monitor it through snmp? Would you care to show how? ;) > > -- > Groeten, > J.Asenjo > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > _______________________________________________ > Nagios-users mailing list > Nagios-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nagios-users > ::: Please include Nagios version, plugin version (-v) and OS when reporting > any issue. > ::: Messages without supporting info will risk being sent to /dev/null > ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null