Browse Source

Add test SNMP script

lanfr144 2 tuần trước cách đây
mục cha
commit
1d5ce8580c
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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.")