smallfish01
smallfish01
> Hello Cmccluskey, I used the script and also would like to change telnet to ssh, but when I changed utility.py line 72 from "commandline = 'telnet %s' % host"...
Hi Wtip, Thanks for your replied. The log from Prometheus server, vmware_exporter is ok, I can saw the port has been opened. # netstat -anp|grep 9272 tcp 0 0 0.0.0.0:9272...
When I access from web: http://192.168.100.22:9272/, I got the information: No Such Resource No such child resource.
Hi William, I really appreciate for your great help! Now the erros is gone, but I saw the instance is done from Prometheus web. The Esxi server status is "Down"...
I just added: params: section: [esx] Into prometheus.yml and restart it, but the issue still exists. # For Vmware ESXi - job_name: 'vmware_esx' metrics_path: '/metrics' static_configs: - targets: - '192.168.100.10'...
I running http://192.168.100.22:9272/metrics?section=esx&target=192.168.100.10 and cannot get list of metrics, because of the Vmware server status is "down" from promether server http://192.168.100.22:9090
Hello, 1).ESXi version is: 6.0.0 Update 3 2). Yes 3). Yes. # cat config.yml default: vmware_user: '[email protected]' vmware_password: 'allar430' ignore_ssl: True esx: vmware_user: 'root' vmware_password: 'allar430' ignore_ssl: True 4). Installed...
Hi rverchere, Thanks for your help, I am so sorry for the trouble, I tried as your saed, changed prometheus.yml as below: # For Vmware ESXi - job_name: 'vmware_esx' metrics_path:...
Hi Rverchere, I tried yesterday and setup prometheus.yml as below: - job_name: 'vmware_esx' metrics_path: '/metrics' scrape_interval: 30s scrape_timeout: 30s static_configs: - targets: - '192.168.100.10' params: section: [esx] relabel_configs: - source_labels:...
@wangyf123 Thanks for your update! I will have a try.