diff options
author | Kristian Lyngstol <kly@kly.no> | 2019-02-13 23:42:19 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2019-02-13 23:42:19 +0100 |
commit | 5f28425a4285cadcaf4309aed482a97e9017d0de (patch) | |
tree | 3fd1e4807a26a9cbf24457b1e9178a2f0311e8fb /ansible/roles/snmp/files | |
parent | b1be02f16de651555ae5d071acc750690ca1edeb (diff) | |
parent | 6acd3d43afa7c6f6526266e1d41e51402e5b8c38 (diff) |
Merge branch 'master' of github.com:gathering/gondul
Diffstat (limited to 'ansible/roles/snmp/files')
-rw-r--r-- | ansible/roles/snmp/files/gondul-snmp.service | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ansible/roles/snmp/files/gondul-snmp.service b/ansible/roles/snmp/files/gondul-snmp.service index e5f2179..d7bd134 100644 --- a/ansible/roles/snmp/files/gondul-snmp.service +++ b/ansible/roles/snmp/files/gondul-snmp.service @@ -1,14 +1,12 @@ [Unit] Description=Gondul snmp collector -Documentation=http://google.com -After=network.target +Documentation=https://github.com/gathering/gondul +After=network-online.target [Service] ExecStart=/opt/gondul/collectors/snmpfetchng.pl -MountFlags=slave -LimitNOFILE=1048576 -LimitNPROC=1048576 -LimitCORE=infinity +ExecReload=/usr/bin/kill -HUP $MAINPID +Restart=on-failure [Install] WantedBy=multi-user.target |