Page MenuHomePhabricator
Paste P15831

(An Untitled Masterwork)
ActivePublic

Authored by jbond on May 6 2021, 2:14 PM.
Tags
None
Referenced Files
F34443704: raw-paste-data.txt
May 6 2021, 2:14 PM
Subscribers
None
# command on icinga
# sudo /usr/lib/nagios/plugins/check_tcp --sni -H 208.80.153.43 -S -p 853 -w 604800 -c 864000
# command in puppet/icingga service defintions
# check_tcp_tls!853!604800!864000
define command {
command_name check_tcp_tls
command_line $USER1$/check_tcp -s -H $HOSTADDRESS$ -p $ARG1$ -w $ARG2$ -c $ARG3$
}

Event Timeline