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
/
servicenow
blob
c891be539eaf42f3b6390c9f129a44f91edd333f
1
#!/usr/bin/env python
2
# Servicenow
3
# Bulk: no
4
5
import
sys
6
from
cmk
.
notification_plugins
import
servicenow
7
8
if
__name__
==
"__main__"
:
9
sys
.
exit
(
servicenow
.
main
())