Dear zabbix users,
I have a problem with a log item which keeps beeing displayed as unsupported (ZBX_UNSUPPORTED) in the frontend.
I have a other monitored systems where this item works, so it 's not likely to be a setup problem on the server side. However it is a zabbix agent active check.
On the client the log file is readable for zabbix user. The permissions are added through posix ACLs.
I increased the log level and am seeing the following related lines:
I am unsure but shouldn't that be enough to say the log item is ok?
In Administration -> General -> Other the refresh interval of unsupported item is set to 600 seconds.
Server and agent are version 2.4.7
Where else can I check why it is still unsupported?
TIA
Timo
I have a problem with a log item which keeps beeing displayed as unsupported (ZBX_UNSUPPORTED) in the frontend.
I have a other monitored systems where this item works, so it 's not likely to be a setup problem on the server side. However it is a zabbix agent active check.
On the client the log file is readable for zabbix user. The permissions are added through posix ACLs.
I increased the log level and am seeing the following related lines:
Code:
18550:20160303:080229.330 In process_logrt() is_logrt:0 filename:'/var/log/messages' lastlogsize:164331 mtime:0 error_ count:0 18550:20160303:080229.330 In add_logfile() filename:'/var/log/messages' mtime:1456982840 size:164331 18550:20160303:080229.330 add_logfile() logfiles:0x10e0e90 logfiles_alloc:64 18550:20160303:080229.330 End of add_logfile() 18550:20160303:080229.330 setup_old2new: is_same_file(/var/log/messages, /var/log/messages) = 1 18550:20160303:080229.330 process_logrt() old file list: 18550:20160303:080229.330 nr:0 filename:'/var/log/messages' mtime:1456982840 size:164331 processed_size:164331 seq:1 incomplete:0 dev:65026 ino_hi:0 ino_lo:1441512 md5size:512 md5buf:a3298808807df7052bba74bce5c4cf47 18550:20160303:080229.330 process_logrt() new file list: (mtime:0 lastlogsize:164331 start_idx:0) 18550:20160303:080229.330 nr:0 filename:'/var/log/messages' mtime:1456982840 size:164331 processed_size:164331 seq:1 incomplete:0 dev:65026 ino_hi:0 ino_lo:1441512 md5size:512 md5buf:a3298808807df7052bba74bce5c4cf47 18550:20160303:080229.330 End of process_logrt():SUCCEED error_count:0
In Administration -> General -> Other the refresh interval of unsupported item is set to 600 seconds.
Server and agent are version 2.4.7
Where else can I check why it is still unsupported?
TIA
Timo
Comment