1.安装vmware_exporter容器的时候。找不到配置文件入口。后来发现需要带参数安装vmware_exporter容器即可。安装命令脚本如下: docker run -itd -p 9272:9272 -e VSPHERE_USER='administrator@vsphere.local' -e VSPHERE_PASSWORD='password' -e VSPHERE_HOST='vcenter.test.com' -e VSPHERE_IGNORE_SSL=True -e V...
snapshots: True 执行vmware-exporter docker程序。 docker run -d -v /data/vmware:/data/ -it --rm -p 9272:9272 --name vmware_exporter pryorda/vmware_exporter -c /data/config.yml 编译prometheus配置文件 编辑esx.yml文件,以便prometheus中sd_file配置文件使用。 vim /etc/prometheus/esx.yml --- -...
vmware_exporter由于编译问题不成功,选择使用docker方式执行。vmware_exporter 编辑配置文件config.yml,为了配置prometheus的文件发现服务,特将esx中的vsphere_hosthost删除。 mkdir -p /data/vmware/config.yml vim /data/vmware/config.yml 1. 2. default: vsphere_host: "vcenter" vsphere_user: "user" vsphere_p...
docker run -d -v /data/vmware:/data/ -it --rm-p 9272:9272 --name vmware_exporter pryorda/vmware_exporter -c /data/config.yml AI代码助手复制代码 编译prometheus配置文件 编辑esx.yml文件,以便prometheus中sd_file配置文件使用。 vim /etc/prometheus/esx.yml AI代码助手复制代码 ---targets:-192.168...
1. vmware_exporter para prometheus 0 Recommend juan2022 Posted Aug 09, 2022 12:22 PM buenas tardes comunidad alguien por aca ha colocado un esxi de vmware con vmware_exporter para tener las metricas para prometheus si es asi algun manual o como realizarlo gracias 2. RE: vmware_...
Create a config.yml file based on the config.yml.sample with at least a default section. Run $ python vmware_exporter.py Go to http://localhost:9272/metrics?target=vcenter.company.com to see metricsPrometheus configurationYou can use the following parameters in prometheus configuration file. ...
Hi All, Having a few issues starting the exporter; ubuntu@ukasprom02:~/vmware_exporter-0.6.4/vmware_exporter$ vmware_exporter -c /home/ubuntu/vmware_exporter-0.6.4/vmware_exporter/config.yml Traceback (most recent call last): File "/usr/...
vmware_exporter由于编译问题不成功,选择使用docker方式执行。vmware_exporter 编辑配置文件config.yml,为了配置prometheus的文件发现服务,特将esx中的vsphere_hosthost删除。 mkdir -p /data/vmware/config.yml vim /data/vmware/config.yml ``` default:
docker run -d -v /data/vmware:/data/ -it --rm -p 9272:9272 --name vmware_exporter pryorda/vmware_exporter -c /data/config.yml 编译prometheus配置文件 编辑esx.yml文件,以便prometheus中sd_file配置文件使用。 vim /etc/prometheus/esx.yml ...
51CTO博客已为您找到关于vmware-exporter的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及vmware-exporter问答内容。更多vmware-exporter相关解答可以来51CTO博客参与分享和学习,帮助广大IT技术人实现成长和进步。