1.delele all citys output influxdb

2.modify mrzcpd icore error
3.remove adc-exporter-systemd.service wilte list limit
This commit is contained in:
fumingwei
2020-11-20 12:28:12 +06:00
parent 0ab4d2a4ec
commit b8bcf35a5f
15 changed files with 50 additions and 52 deletions

View File

@@ -62,11 +62,11 @@
name: adc-exporter-systemd
enabled: yes
daemon_reload: yes
state: started
state: restarted
- name: 'adc-exporter-ipmi service start'
systemd:
name: adc-exporter-ipmi
enabled: yes
daemon_reload: yes
state: started
state: restarted

View File

@@ -4,7 +4,7 @@ After=network.target
[Service]
Type=simple
ExecStart=/opt/adc-exporter/systemd_exporter --collector.unit-whitelist="(tsg-env|tfe-env|tfe|sapp|mrzcpd|certstore|cert-redis|maat-redis).service" --web.disable-exporter-metrics
ExecStart=/opt/adc-exporter/systemd_exporter --web.disable-exporter-metrics
Restart=always
[Install]