Search Result

Collapse
3 results in 0.0026 seconds.
Keywords
Members
Tags
snmp macro
  •  

  • Gauthier
    started a topic Remontée d'information SNMP sporadique

    Remontée d'information SNMP sporadique

    Bonjour,

    J’appelle à l’aide car j’ai un problème assez étrange.
    Ma configuration est très simple : je possède un serveur Zabbix et une machine cliente Dell. Je souhaite superviser grâce au protocole snmp des éléments du logiciel openmanage de Dell tels que (par exemple)...
    See more | Go to post
    Last edited by Gauthier; 15-09-2014, 12:15.

  • Support for long and string SNMP indexes - zabbix 2.2

    Hi!
    I'm trying to monitor several Mikrotik routers with zabbix 2.2 I want to use LLD of SNMP OIDs and monitor these values:

    Code:
    snmpwalk -m ALL -v 2c -c public 10.1.1.25 mtxr 2>%1 | grep Rtab
    MIKROTIK-MIB::mtxrWlRtabAddr.'..Bb..'.4 = STRING: 0:c:42:62:ed:b8
    MIKROTIK-MIB::mtxrWlRtabAddr.'..B{O.'.13
    ...
    See more | Go to post
    Last edited by pjelou; 10-01-2014, 14:12.

  • hbauer
    started a topic SNMPv3 + Hostmacros

    SNMPv3 + Hostmacros

    How can i store the snmp username and password in the Host atributes so that the values are useable in the templates?
    In the host i add the macro
    Code:
    {$SMNPUSER}=zabbixsnmp
    {$SMNPpass}=secret
    In the template i tried to use the vlaues from the host with the folowing syntax: {$SNMPUSER},{#SNMPUSER}...
    See more | Go to post
Working...