Compare commits
No commits in common. "0f1fbf4feaf688bf710d0a03d7331aa60ae4d118" and "b4f564cade00b7ef9cd688df9def7604cce7aa72" have entirely different histories.
0f1fbf4fea
...
b4f564cade
@ -8,7 +8,7 @@
|
||||
git_repos:
|
||||
- repo: https://git.desu.ltd/salt/monitoring-scripts
|
||||
dest: /usr/local/bin/monitoring-scripts
|
||||
tags: [ nagios, git ]
|
||||
tags: [ nagios ]
|
||||
tasks:
|
||||
- name: assure nagios plugin packages
|
||||
apt: name=monitoring-plugins,nagios-plugins-contrib
|
||||
|
@ -10,7 +10,7 @@
|
||||
- name: check_nrpe
|
||||
command: "$USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$"
|
||||
- name: check_by_ssh
|
||||
command: "$USER1$/check_by_ssh -H $HOSTADDRESS$ -F /opt/nagios/etc/ssh_config -t 30 -q -i /opt/nagios/etc/id_ed25519 -l nagios-checker -C \"$ARG1$\""
|
||||
command: "$USER1$/check_by_ssh -H $HOSTADDRESS$ -F /opt/nagios/etc/ssh_config -q -i /opt/nagios/etc/id_ed25519 -l nagios-checker -C \"$ARG1$\""
|
||||
nagios_services:
|
||||
# Agentless checks
|
||||
- name: HTTP
|
||||
|
Loading…
Reference in New Issue
Block a user