zabbix-ssl
zabbix-ssl copied to clipboard
Work with Windows Server?
I see that the config file uses cat and a unix path to the json file. Does the Windows Zabbix Agent understand that, or do we need another config file for Windows web servers?
As this plugin uses bash and openssl binaries, it won't work without modification of the scripts. Since the plugin can do the check remotely from a linux VM, I won't port it to windows. But if you have a pull request to add this possibility, then I wiuld integrate it
For my windows server so I can check the multiple certificates on the same IP address,, I altered "ssl-sites.conf" to contain:
UserParameter=ssl.sites,type "C:\Program Files\Zabbix Agent\ssl_sites.json"
My Windows Server has the Windows MSI again on it. The path to ssl_sites.json could be anything, it just depends on where you want to put it on the server and maintain the contents of it.