2021-06-08 18:24:43 +00:00
|
|
|
[Unit]
|
2022-08-27 08:30:18 +00:00
|
|
|
Description=Sysmon Client
|
2021-06-08 18:24:43 +00:00
|
|
|
|
|
|
|
[Service]
|
2022-01-11 10:23:06 +00:00
|
|
|
#User=nobody
|
|
|
|
#Group=nobody
|
2021-09-10 19:58:14 +00:00
|
|
|
TimeoutSec=20
|
|
|
|
Restart=on-failure
|
2022-11-16 11:21:33 +00:00
|
|
|
# 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
|