blob: 9478a3bc3b065a09d03612a5052432172db38a2a (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=open source server monitoring agent that stores metrics in Elasticsearch
Documentation=https://www.elastic.co/guide/en/beats/topbeat/current
After=network.target
[Service]
ExecStart=/usr/bin/topbeat -c /etc/topbeat/topbeat.yml
[Install]
WantedBy=multi-user.target
|