sysmon/client/doc/sysmon-client.service

14 lines
278 B
SYSTEMD
Raw Permalink Normal View History

2021-06-08 18:24:43 +00:00
[Unit]
Description=Sysmon Client
2021-06-08 18:24:43 +00:00
[Service]
#User=nobody
#Group=nobody
2021-09-10 19:58:14 +00:00
TimeoutSec=20
Restart=on-failure
# BELOW: Specify sysmon-server URL, add '-n hostname' if needed
2021-06-08 18:24:43 +00:00
ExecStart=/opt/sysmon/client/bin/client -s http://10.20.30.40:9925/metrics
[Install]
WantedBy=default.target