-
New Feature
-
Resolution: Unresolved
-
Trivial
-
None
-
None
-
None
-
None
Hi,
I'm working on a plugin that will allow for monitoring of Windows registry keys.
It's easy to do it via PowerShell, but IMHO an native implementation is always better.
Supported keys:
- registry.key.value - Value of specified registry.
- registry.key.mtime - Modification time of specified registry key
- registry.key.get - Lists subkeys of scpecified registry key
- registry.key.subkeys - Lists value names of specified registry key
Is this article still valid: https://blog.zabbix.com/developing-plugins-for-zabbix-agent-2/9682/
Or should I go for external plugins? ( https://www.zabbix.com/documentation/guidelines/en/plugins#external-plugins)