Ad Widget

Collapse

Monitoring Certificates SSL using SNMP Agent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rash92
    Junior Member
    • Jul 2020
    • 25

    #1

    Monitoring Certificates SSL using SNMP Agent

    Hello Zabbix community ,

    I'm using Zabbix SNMP agent to monitor equipements and hosts , and I need to monitor SSL Certificates , I followed steps in the URL below but items can not do the job :

    https://medium.com/zabbix-tutorials/...x-860279519238

    here below my configuration in /etc/zabbix/zabbix-agentd.conf .

    ### Option: DenyKey
    # Deny execution of items keys matching pattern.
    # Multiple keys matching rules may be defined in combination with AllowKey.
    # Key pattern is wildcard expression, which support "*" character to match any number of any characters in certain position. It might be used in both key name and key arguments.
    # Parameters are processed one by one according their appearance order.
    # If no AllowKey or DenyKey rules defined, all keys are allowed.
    # Unless another system.run[*] rule is specified DenyKey=system.run[*] is added by default.
    #
    # Mandatory: no
    # Default:
    #DenyKey=system.run[*]


    ### Option: EnableRemoteCommands - Deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead
    # Internal alias for AllowKey/DenyKey parameters depending on value:
    # 0 - DenyKey=system.run[*]
    # 1 - AllowKey=system.run[*]
    #
    # Mandatory: no
    AllowKey=system.run[*]


    ### Option: LogRemoteCommands
    # Enable logging of executed shell commands as warnings.
    # 0 - disabled
    # 1 - enabled
    #
    # Mandatory: no
    # Default:
    LogRemoteCommands=0

    Kindly find attached captures of items configuration and also the error message .

    Could someone help me please to fix this issue ASAP ?


    Attached Files
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4806

    #2
    Item type... Not "Simple check" but "Zabbix Agent"
    and no you cannot run that script over snmp interface...

    Comment

    • cyber
      Senior Member
      Zabbix Certified SpecialistZabbix Certified Professional
      • Dec 2006
      • 4806

      #3
      I suppose you should really go and read that tutorial again and read it carefully. Pay attention what and where is configured...

      Comment

      Working...