ansible-roles/nagios-nrpe/files/check-local
William Hirigoyen 3f52318bd9
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |3134|0|3134|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good
nagios-nrpe: new monitoringctl command
2024-06-14 16:27:29 +02:00

10 lines
234 B
Bash

#!/usr/bin/env bash
readonly orange="\e[0;33m"
readonly nocolor="\e[0m"
echo -e "${orange}'check-local' is now an alias for 'monitoringctl check'. See 'monitoringctl -h' for more information.${nocolor}"
monitoringctl check "${1}"