From 126490dc800ac119d365d01402e72a4fa9c25194 Mon Sep 17 00:00:00 2001 From: Sergey Morozov Date: Sat, 26 Oct 2019 09:44:13 +0300 Subject: [PATCH] README.md: fix error --- registerups/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registerups/README.md b/registerups/README.md index dca0b1f..af7b5dc 100644 --- a/registerups/README.md +++ b/registerups/README.md @@ -1,6 +1,6 @@ # 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. +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 least one Power Panel client. Or we can use a registerups python script to register a host on the ups without using a Power Panel. Place a configuration file to the preffered location (e.g. to the /etc directory) and edit it. You can use a provided example. Path to the configuration file is the first argument to the registerups.py script. You shold setup cron to periodically update host registration.