Hi Team
I am trying to monitor the activities/ commands with apt-get ( install/remove/upgrade/update) with zabbix on my ubuntu machine . But I am getting error not supported by zabbix agent.
The item key is like this
log["/var/log/apt/history.log","Install|Upgrade|Error|Remove","UTF-8",4]
and trigger is like this
{Package Manager:logrt["/var/log/apt/history.log","Install|Upgrade|Error|Remove","UTF-8",4].last()}=1
But not getting data from client . can some one help me on the same.
Thanks is advance.
I am trying to monitor the activities/ commands with apt-get ( install/remove/upgrade/update) with zabbix on my ubuntu machine . But I am getting error not supported by zabbix agent.
The item key is like this
log["/var/log/apt/history.log","Install|Upgrade|Error|Remove","UTF-8",4]
and trigger is like this
{Package Manager:logrt["/var/log/apt/history.log","Install|Upgrade|Error|Remove","UTF-8",4].last()}=1
But not getting data from client . can some one help me on the same.
Thanks is advance.

Comment