repo.or.cz
/
check_mk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup config.nodes_of
[check_mk.git]
/
notifications
/
slack
blob
1e5ea40e0b1647fc6875a103e71f510155587cc1
1
#!/usr/bin/env python
2
# Slack
3
from
cmk
.
notification_plugins
.
slack
import
slack_msg
4
from
cmk
.
notification_plugins
.
utils
import
post_request
5
6
if
__name__
==
"__main__"
:
7
post_request
(
slack_msg
)