logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pcs_snmp_agent - a SNMP agent providing data about a corosync/pacemaker cluster

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.

Environment

PCS_SNMP_AGENT_DEBUG=<boolean>
              Set to true for advanced debugging information.

       PCS_SNMP_AGENT_UPDATE_INTERVAL=<integer>
              Time interval in seconds after which agent will update provided data.

Mib Data Versions

V1-REDHAT-CLUSTER-PCS-V1-MIB
              Provides  basic  information about cluster such as cluster name, list of cluster nodes and list of
              primitive resources.

Name

       pcs_snmp_agent - a SNMP agent providing data about a corosync/pacemaker cluster

See Also

pcs(8) pcsd(8)

       snmpd(8) snmp.conf(5)

pcs-snmp 0.12.1                                    2025-07-08                                  PCS_SNMP_AGENT(8)

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.

See Also