Difference between revisions of "Zabbix VMWare"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "https://bestmonitoringtools.com/vmware-monitoring-with-zabbix-esxi-vcenter-vm-vsphere/#Error_URL_using_badillegal_format_or_missing_URL")
 
Line 1: Line 1:
 
https://bestmonitoringtools.com/vmware-monitoring-with-zabbix-esxi-vcenter-vm-vsphere/#Error_URL_using_badillegal_format_or_missing_URL
 
https://bestmonitoringtools.com/vmware-monitoring-with-zabbix-esxi-vcenter-vm-vsphere/#Error_URL_using_badillegal_format_or_missing_URL
 +
 +
# Self signed certs error issue
 +
```
 +
curl -LO https://server_dns_or_ip/certs/download.zip
 +
unzip download.zip
 +
mkdir /usr/share/ca-certificates/custom
 +
cp certs*/win/* /usr/share/ca-certificates/custom/
 +
```

Revision as of 21:00, 6 August 2021

https://bestmonitoringtools.com/vmware-monitoring-with-zabbix-esxi-vcenter-vm-vsphere/#Error_URL_using_badillegal_format_or_missing_URL

Self signed certs error issue

curl -LO https://server_dns_or_ip/certs/download.zip
unzip download.zip
mkdir /usr/share/ca-certificates/custom
cp certs*/win/* /usr/share/ca-certificates/custom/