We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i changed the init file to the following. then it started again.
`description "Prometheus Node Exporter" start on runlevel [2345]
respawn setuid prometheus setgid prometheus
script exec >> "/var/log/prometheus/node-exporter.log" exec 2>&1 exec /opt/prometheus/exporters/node_exporter_current/node_exporter --collector.conntrack --collector.cpu --collector.diskstats --collector.entropy --collector.filefd --collector.filesystem --collector.loadavg --collector.meminfo --collector.netdev --collector.netstat --collector.stat --collector.textfile --collector.time --collector.vmstat --collector.textfile.directory=/var/log/prometheus/textfile_collector --web.listen-address=0.0.0.0:9100 --log.level=info end script `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i changed the init file to the following. then it started again.
`description "Prometheus Node Exporter"
start on runlevel [2345]
respawn
setuid prometheus
setgid prometheus
script
exec >> "/var/log/prometheus/node-exporter.log"
exec 2>&1
exec /opt/prometheus/exporters/node_exporter_current/node_exporter --collector.conntrack --collector.cpu --collector.diskstats --collector.entropy --collector.filefd --collector.filesystem --collector.loadavg --collector.meminfo --collector.netdev --collector.netstat --collector.stat --collector.textfile --collector.time --collector.vmstat --collector.textfile.directory=/var/log/prometheus/textfile_collector --web.listen-address=0.0.0.0:9100 --log.level=info
end script
`
The text was updated successfully, but these errors were encountered: