zabbix-ssl icon indicating copy to clipboard operation
zabbix-ssl copied to clipboard

Work with Windows Server?

Open BrianLakstins opened this issue 4 years ago • 2 comments

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?

BrianLakstins avatar May 15 '21 21:05 BrianLakstins

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

a-schild avatar May 16 '21 09:05 a-schild

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.

BrianLakstins avatar May 16 '21 12:05 BrianLakstins