mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
This change will update monitoring and repoSpanner service
The monitoring needs to see that the service is run by the repoSpanner user. The service needs to have a larger limit of open files to work.
This commit is contained in:
@@ -1 +1 @@
|
||||
command[check_repospanner_proc]={{ libdir }}/nagios/plugins/check_procs -c 1:1 -C 'repospanner'
|
||||
command[check_repospanner_proc]={{ libdir }}/nagios/plugins/check_procs -c 1:1 -C 'repospanner' -u repoSpanner
|
||||
|
||||
@@ -7,3 +7,4 @@ Type=simple
|
||||
ExecStart=/usr/bin/repospanner serve --config /etc/repospanner/%i.yml --debug
|
||||
User=repoSpanner
|
||||
Group=repoSpanner
|
||||
LimitNOFILE=65536
|
||||
|
||||
Reference in New Issue
Block a user