Imperva Cyber Community

communities_1.jpg
 View Only
  • 1.  Monitor agent status by SNMP Server

    Posted 11-22-2022 18:15
    We would monitor the agent status using MX MIB.

    We are looking for the xxxxx value to compelte the following command to retrive the agent status and running status

    snmpget -v 2c -c community <IP MX Address> xxxxx

    Otherwise we would know the MX MIB related to the agent satus
    #ImpervaAgent

    ------------------------------
    Aditinet IT Team
    Service Desk
    Aditinet Consulting Spa
    Rome
    ------------------------------


  • 2.  RE: Monitor agent status by SNMP Server

    Posted 11-23-2022 13:29
    SNMP only monitors information about the actual server, I did not find any information about monitoring agents
    Another option may be to use the API to get the information you need.

    You might be able to configure a trap for a system event to find agent info - 
        SNMP--On Premises (SecureSphere) SNMP MIBs for Monitoring and Traps

    The mib files are in /usr/share/snmp/mibs 
    or /opt/SecureSphere/server/SecureSphere/jakarta-tomcat-secsph/webapps/SecureSphere/WEB-INF/conf

    I did not see objects for retrieving Agent info. 
    Here's how I searched mibs --
        cd /usr/share/snmp/mibs
        grep OBJECT-TYPE *.txt | grep -i agent-


    ------------------------------
    Robert Miller
    Senior Cybersecurity Engineer
    Bank of the West
    Omaha NE
    ------------------------------