This file is indexed.

/etc/logrotate.d/zabbix-agent is in zabbix-agent 1:2.2.7+dfsg-2+deb8u3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/var/log/zabbix-agent/zabbix_agentd.log {
    daily
    rotate 7
    compress
    missingok
    notifempty
    create 0640 zabbix zabbix
    sharedscripts
    postrotate
        [ -e /var/run/zabbix/zabbix_agentd.pid ] && invoke-rc.d zabbix-agent force-reload >/dev/null
    endscript
}