Error
active check "log[/var/log/secure,,,,,,,,]" is not supported: Cannot open file "/var/log/secure": [13] Permission denied
Setup
RHEL SERVER with agent - wanting to monitor /var/log/secure on this server
zabbix_agentd.conf on rhel server configured with the following
Server=zabbix-serverName
ServerActive=zabbix-serverName
Hostname=namedAgent-active (matches hostname in zabbix server host config)
zabbix user has been granted read permissions on /var/log/secure
I am able to tail -f /var/log/secure using zabbix user.
selinux is disabled
-------------------------------------------------
Zabbix Server
Zabbix server Host Configuration
Hostname=namedAgent-active (matches hostname in zabbix_agentd.conf )
Zabbix host is NOT green BUT, i see other types of data coming in under latest data for this host.
What am i missing here?
active check "log[/var/log/secure,,,,,,,,]" is not supported: Cannot open file "/var/log/secure": [13] Permission denied
Setup
RHEL SERVER with agent - wanting to monitor /var/log/secure on this server
zabbix_agentd.conf on rhel server configured with the following
Server=zabbix-serverName
ServerActive=zabbix-serverName
Hostname=namedAgent-active (matches hostname in zabbix server host config)
zabbix user has been granted read permissions on /var/log/secure
I am able to tail -f /var/log/secure using zabbix user.
selinux is disabled
-------------------------------------------------
Zabbix Server
Zabbix server Host Configuration
Hostname=namedAgent-active (matches hostname in zabbix_agentd.conf )
Zabbix host is NOT green BUT, i see other types of data coming in under latest data for this host.
What am i missing here?
Comment