mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 09:38:33 +01:00
wip: monitoring client
This commit is contained in:
@@ -17,6 +17,12 @@
|
|||||||
dest: "/etc/monitoring-tools/"
|
dest: "/etc/monitoring-tools/"
|
||||||
version: master
|
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
|
- name: Check if PostgreSQL is installed
|
||||||
command: dpkg -s postgresql
|
command: dpkg -s postgresql
|
||||||
register: postgresql_installed
|
register: postgresql_installed
|
||||||
|
|||||||
Reference in New Issue
Block a user