lanfr144 преди 2 седмици
родител
ревизия
1d5ce8580c
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      test_snmp.py

+ 3 - 0
test_snmp.py

@@ -0,0 +1,3 @@
+from snmp_notifier import notifier
+notifier.send_alert('TEST ALERT: Application Monitoring Verified!')
+print("Alert sent.")