add monitoring

This commit is contained in:
ludo
2024-02-22 19:33:56 +01:00
parent 869b148e20
commit 722ea43bc2
61 changed files with 1666 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
name: DocuSign
abbreviation: dcsgn
checker: PragmaRX\Health\Checkers\Docusign
column_size: 3
notify: true
error_message: "A reboot is required in this server (Uptime Checker)"
targets:
- default:
username: "{{ docusign.username }}"
password: "{{ docusign.password }}"
integrator_key: "{{ docusign.integrator_key }}"
debug: "{{ docusign.debug }}"
debug_file: storage/logs/docusign.log
api_host: "{{ docusign.host }}"
not_installed_message: "Docusign is not installed."