This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Retrieve version via SNMP

Hi,

I want our monitoring system to be able to create tickets when certain baselines are not met, eg Sophos firmware >= 16.05.01, AP Firmware >= 10, license expiry >= 14 days away etc, so we can schedule and manage the remediation jobs.

SNMP is the obvious tool for this, but a quick check with snmpwalk says that the required data is not exposed via SNMP. Is this the case?

Are there any plans to improve upon this?

Thanks

James



This thread was automatically locked due to age.
Parents Reply
  • Starting playing around with this section of the mib file.

    I could verify that the way the MIB file is, the services part is working:

    example:

    snmpget -m SFOS-MIB::sfos -On -v2c -c public 192.168.25.2 pop3Service
    MIB search path: /root/.snmp/mibs:/usr/share/snmp/mibs:/usr/share/snmp/mibs/iana:/usr/share/snmp/mibs/ietf:/usr/share/mibs/site:/usr/share/snmp/mibs:/usr/share/mibs/iana:/usr/share/mibs/ietf:/usr/share/mibs/netsnmp
    Cannot find module (sfos): At line 0 in (none)
    .1.3.6.1.4.1.21067.2.1.2.10.1 = INTEGER: running(4)

    same for:

    imap4Service

    smtpService

    ftpService

    etc...

    The subscription part may have wrong confs in the MIB because they are returning unsubscribed for SubStatus and for expiryDate returning nothing:

    snmpget -m SFOS-MIB::sfos -On -v2c -c public 192.168.25.2 idpSubStatus
    MIB search path: /root/.snmp/mibs:/usr/share/snmp/mibs:/usr/share/snmp/mibs/iana:/usr/share/snmp/mibs/ietf:/usr/share/mibs/site:/usr/share/snmp/mibs:/usr/share/mibs/iana:/usr/share/mibs/ietf:/usr/share/mibs/netsnmp
    Cannot find module (sfos): At line 0 in (none)
    .1.3.6.1.4.1.21067.2.1.3.5.1 = INTEGER: unsubscribed(2)

    snmpget -m SFOS-MIB::sfos -On -v2c -c public 192.168.25.2 idpExpiryDate
    MIB search path: /root/.snmp/mibs:/usr/share/snmp/mibs:/usr/share/snmp/mibs/iana:/usr/share/snmp/mibs/ietf:/usr/share/mibs/site:/usr/share/snmp/mibs:/usr/share/mibs/iana:/usr/share/mibs/ietf:/usr/share/mibs/netsnmp
    Cannot find module (sfos): At line 0 in (none)
    .1.3.6.1.4.1.21067.2.1.3.5.2 = STRING:

     

Children
No Data