Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
bd4ace0f
Commit
bd4ace0f
authored
Dec 26, 2019
by
Jelle van der Waa
🚧
Browse files
zabbix-server: add missing irccat files
parent
ae06c6d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/zabbix-server/templates/irccat.json.j2
0 → 100644
View file @
bd4ace0f
{
"tcp": {
"listen": "localhost:12345"
},
"irc": {
"server": "chat.freenode.net:6697",
"tls": true,
"tls_skip_verify": false,
"nick": "archzabbix",
"realname": "Arch Zabbix Notifier",
"server_pass": "",
"identify_pass": "{{ vault_zabbix_irc_password }}",
"sasl_login": "archzabbix",
"sasl_pass": "{{ vault_zabbix_irc_password }}",
"channels": ["#archlinux-devops"]
},
"commands": {
}
}
roles/zabbix-server/templates/zabbix-irc-msg.j2
0 → 100644
View file @
bd4ace0f
#!/bin/sh
sender
=
$1
subject
=
$2
body
=
$3
echo
$subject
| nc
-c
localhost 12345
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment