From 1b103eea9c0ec198fcd169ce619fe9537964a2d9 Mon Sep 17 00:00:00 2001 From: Sergey Morozov Date: Mon, 26 Aug 2019 18:43:23 +0300 Subject: [PATCH] Add readme --- README.md | 3 +++ registerups/README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 README.md create mode 100644 registerups/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..78d5e58 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Tools for Cyber Power UPS + +**registerups** - script for registering a host on the UPS SNMP card as it does a Power Panel. \ No newline at end of file diff --git a/registerups/README.md b/registerups/README.md new file mode 100644 index 0000000..757b0b2 --- /dev/null +++ b/registerups/README.md @@ -0,0 +1,3 @@ +# registerups + +By using SNMP protocol, we can monitor an UPS state and shutdown a hosts connected to the UPS without using a proprietary Cyber Power software. But, some features works only with Power Panel software. For example, SNMP card can send signal to the Power Panel clients when UPS performs scheduled shutdown. In this case we can handle SNMP trap from SNMP card to shutdown non- Power Panel clients. But if there are no Power Panel clients, UPS not sends signal, and not sends an SNMP trap. Therefore, if we whant to shutdown SNMP clients correctly, we should install at lest one Power Panel client. Or we can use a registerups python script to register a host on the ups without using a Power Panel. \ No newline at end of file