Hi, I am monitoring some shares (in order to trigger quota usage and other stuff) from a file server, so this server writes information about every share in a logfile and this logfile is monitored using Zabbix (with logrt).
Thats fine, we are able to see the log and how it changes. The next move is to create items based on every share the storage shows in its log file.
My approach was to use Low level discovery based on a regex in the log file to discover the share names (when a quota exceeds or returns to normal its name would be grabbed).
In Zabbix manual (v3.4) it says logrt can be used to LLD, so my question is how do I know what macros logrt exports so I can use them to create prototype items.
Thanks in advance.
Thats fine, we are able to see the log and how it changes. The next move is to create items based on every share the storage shows in its log file.
My approach was to use Low level discovery based on a regex in the log file to discover the share names (when a quota exceeds or returns to normal its name would be grabbed).
In Zabbix manual (v3.4) it says logrt can be used to LLD, so my question is how do I know what macros logrt exports so I can use them to create prototype items.
Thanks in advance.
Comment