wip: monitoring client

This commit is contained in:
2022-12-28 15:49:31 +01:00
parent 7a399ed41f
commit f644ceeca2

View File

@@ -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