lanfr144 2 месяцев назад
Родитель
Сommit
e48e7303c4
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.")