SNMP¶
Fudo PAM’s status can be monitored over SNMPv3 protocol.
Configuring SNMP¶
- Select > .
- Select SNMPv3 option in the Maintenance and supervision section.
- From the IP address drop-down list select IP address, which will be used for SNMP communication.
- Click .
- Select > .
- Click .
- Select
service
from the Role drop-down list and fill in the rest of the General section parameters. - Select
password
from the Authentication drop-down list and enter the password string.
Note
- SNMP user password must be at least eight characters long.
- SNMP service authenticates the service account using the first defined password.
- Select Enabled option in the SNMP section.
- Select authentication methods from the Authentication method drop-down list.
- Select the SNMP encryption algorithm from the Encryption drop-down list.
- Click .
SNMP MIBs¶
Fudo PAM supports following MIBs:
- MIB-II (RFC 1213)
- HOST-RESOURCES-MIB (RFC 2790) - partly supported
- UCD-SNMP-MIB
Getting SNMP readings using snmpwalk
¶
Note
Getting SNMP readings requires installing Net-SNMP 5.7.3.
Fetching all SNMP information
snmpwalk -v3 -u "${SNMP_USER}" -a SHA -A "${SNMP_PASSWORD}"
-x AES -X "${SNMP_PASSWORD}" -l authPriv "${FUDO_IP}" .1
Fetching specific SNMP information
snmpwalk -v3 -u "${SNMP_USER}" -a SHA -A "${SNMP_PASSWORD}"
-x AES -X "${SNMP_PASSWORD}" -l authPriv "${FUDO_IP}" .1.3.6.1.4.1.24410
Data specifier | Description |
---|---|
.1.3.6.1.4.1.24410.1.1.1 | Disk status (ZFS status) |
.1.3.6.1.4.1.24410.1.1.2 | Power supply status Note This feature is not supported on all Fudo PAM units. Contact technical support for more information. |
.1.3.6.1.4.1.24410.1.1.3 | CPU temperatures |
.1.3.6.1.4.1.24410.1.1.4 | S.M.A.R.T status |
Fudo PAM specific SNMP extensions¶
Overview
Extensions enable monitoring the number of active sessions, ZFS status, PSU status (if available), CPU temperature on all cores, S.M.A.R.T status such as temperature, health or reallocated sectors.
MIB specification file
The following MIB files can be uploaded to the SNMP manager to enable Fudo PAM specific SNMP extensions.
Warning
The MIB files names has changed in Fudo PAM 4.3. Make sure to replace the old files with the new definitions.
Related topics: