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 ?
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 ?
Comment