mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 21:48:32 +01:00
wip: monitoring client
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
dest: "/etc/monitoring-tools/"
|
||||
version: master
|
||||
|
||||
- name: Copy nsca-ng and send_nsca to /bin/
|
||||
copy:
|
||||
src: pynagsystemd.py
|
||||
dest: /bin/pynagsystemd.py
|
||||
mode: 0755
|
||||
|
||||
- name: Check if PostgreSQL is installed
|
||||
command: dpkg -s postgresql
|
||||
register: postgresql_installed
|
||||
|
||||
Reference in New Issue
Block a user