Zabbix 5.0.4
I'm banging my head against the wall over something that should be fairly straight forward and maybe I'm just missing it.. I need to check if a windows directory exists. That's it. I don't need to count # of file in the directory or see how big the directory is. I've crawled through the documentation and scoured through Google with no luck. vfs.dir.count and vfs.dir.size don't work because they are numeric and if the directory isn't there is returns characters. Thoughts?
I'm banging my head against the wall over something that should be fairly straight forward and maybe I'm just missing it.. I need to check if a windows directory exists. That's it. I don't need to count # of file in the directory or see how big the directory is. I've crawled through the documentation and scoured through Google with no luck. vfs.dir.count and vfs.dir.size don't work because they are numeric and if the directory isn't there is returns characters. Thoughts?
Comment