.TH PCS_SNMP_AGENT "8" "2024-01-05" "pcs-snmp 0.11.7" "System Administration Utilities" .SH NAME pcs_snmp_agent \- a SNMP agent providing data about a corosync/pacemaker cluster .SH DESCRIPTION pcs_snmp_agent is a SNMP agent which connects to the master agent (snmpd) via agentx protocol and provides information about a corosync/pacemaker cluster. .SH SETUP pcs_snmp_agent doesn't work as a standalone agent. It only provides data to a master agent. To configure a snmpd daemon (from package net\-snmp) as the master agent, add line 'master agentx' into the snmpd configuration file (see snmp.conf(5)). Then master agent has to be configured to accepts requests for pcs defined MIBs. This can be done by adding line 'view systemview included .1.3.6.1.4.1.32723.100' into the snmpd config file. .SH MIB DATA VERSIONS .TP .B V1 \- REDHAT\-CLUSTER\-PCS\-V1\-MIB Provides basic information about cluster such as cluster name, list of cluster nodes and list of primitive resources. .SH ENVIRONMENT .TP .B PCS_SNMP_AGENT_DEBUG= Set to \fBtrue\fR for advanced debugging information. .TP .B PCS_SNMP_AGENT_UPDATE_INTERVAL= Time interval in seconds after which agent will update provided data. .SH SEE ALSO .BR pcs (8) .BR pcsd (8) .BR snmpd (8) .BR snmp.conf (5)