I automate deployment of the Zabbix agents using Puppet.
All of my hosts have the default template applied: Template OS Linux, which has Mounted Filesystem Discovery enabled. However, the Filesystem Items only show up on some hosts, not others. I'm at a loss as to why.
I've verified it's enabled on all my hosts with default settings.
All other items/triggers are reporting fine.
I can perform a get on Filesystem keys successfully on all machines:
./zabbix_get -s <host_ip> -p 10050 -k "vfs.fs.size[/,free]"
8743227392
I don't see anything in the logs related to discovery.
There must be something I'm missing related to discovery. Thanks for your help!
All of my hosts have the default template applied: Template OS Linux, which has Mounted Filesystem Discovery enabled. However, the Filesystem Items only show up on some hosts, not others. I'm at a loss as to why.

I've verified it's enabled on all my hosts with default settings.
All other items/triggers are reporting fine.
I can perform a get on Filesystem keys successfully on all machines:
./zabbix_get -s <host_ip> -p 10050 -k "vfs.fs.size[/,free]"
8743227392
I don't see anything in the logs related to discovery.
There must be something I'm missing related to discovery. Thanks for your help!
Comment