Disable discovery. What are you trying to find?
Ad Widget
Collapse
Data is not being collected
Collapse
X
-
What are you using discoverer processes for?Comment
-
Well, that's strange...
Everything seems correct..
What you receive when you run?
AndCode:zabbix_get -s 10.1.1.11 -k vfs.dir.size[c:\exchange]
Also, run "ps aux | grep zabbix" on your server and post results to see if your workers are ok.Code:zabbix_get -s exch1.testenterprise.net -k vfs.dir.size[c:\exchange]
Comment
-
"What are you using discoverer processes for?" - just for thesting purposes... Disabled it.
zabbix_get -s 10.1.1.11 (or exch1...) -k vfs.dir.size[c:\exchange] = ZBX_Notsupported ... No such file or directory. - This strange because this item was returning earlier either "Timeout" or (after increasing timeout to 30sec) - the real directory size value. Now DirSize returns the error (No such file or directory) for ANY existing folder. ps aux | grep zabbix - please see the attachments (17-0 - the first screen with the -more option, 17 - the second one without -more).Comment
-
Try running:"What are you using discoverer processes for?" - just for thesting purposes... Disabled it.
zabbix_get -s 10.1.1.11 (or exch1...) -k vfs.dir.size[c:\exchange] = ZBX_Notsupported ... No such file or directory. - This strange because this item was returning earlier either "Timeout" or (after increasing timeout to 30sec) - the real directory size value. Now DirSize returns the error (No such file or directory) for ANY existing folder. ps aux | grep zabbix - please see the attachments (17-0 - the first screen with the -more option, 17 - the second one without -more).
Code:zabbix_get -s exch1.testenterprise.net -k vfs.dir.size[c:/exchange]
Comment
-
OK, but I guess you have to use as "vfs.dir.size[c:/exchange]". On my Windows Server it only works that way.
So, Timeout, is Timeout, either you will have to find a way to execute it faster, or find another way of doing this.
Maybe zabbix_sender + zabbix_trapper? active agent?
I don't know what best suit your needs.Comment
Comment