Try to get nrpe and collectd monitoring the fedmsg-hub for bodhi-backend.
This commit is contained in:
parent
92adff7d0c
commit
7552c6a8fa
1 changed files with 12 additions and 0 deletions
|
@ -303,3 +303,15 @@
|
|||
tags:
|
||||
- config
|
||||
- bodhi
|
||||
|
||||
- name: ensure that nrpe has rights to monitor us
|
||||
file: >
|
||||
dest=/var/run/fedmsg/monitoring-fedmsg-hub.socket
|
||||
mode=0775
|
||||
owner=fedmsg
|
||||
group=nrpe
|
||||
state=file
|
||||
ignore_errors: true
|
||||
tags:
|
||||
- fedmsgmonitor
|
||||
- bodhi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue