Quellcode durchsuchen

Update 'notifications/zammad-service.py'

Michael Honkoop vor 1 Woche
Ursprung
Commit
27a970d79b
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      notifications/zammad-service.py

+ 4 - 0
notifications/zammad-service.py

@@ -3,6 +3,10 @@
 
 # -*- encoding: utf-8; py-indent-offset: 4 -*-
 
+# This script if for service-notifications to zammad
+# Place this in ~/local/share/check_mk/notifications as your site-user.
+# Add the url to send the notifications to as first parameter.
+
 import os
 import requests
 import sys