From owner-freebsd-stable Fri Jun 9 13:35:52 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mercury.campbell-mithun.com (Mercury.campbell-mithun.com [192.159.32.151]) by hub.freebsd.org (Postfix) with ESMTP id 360EF37B6A9 for ; Fri, 9 Jun 2000 13:35:47 -0700 (PDT) (envelope-from swb@grasslake.net) Received: from accord.grasslake.net (honda.grasslake.net [192.168.1.1]) by mercury.campbell-mithun.com (8.9.1a/8.9.1) with ESMTP id OAA29465 for ; Fri, 9 Jun 2000 14:39:55 -0500 Received: from marlowe (Marlowe.campbell-mithun.com [192.159.32.184]) by accord.grasslake.net (8.9.3/8.9.3) with SMTP id PAA52722 for ; Fri, 9 Jun 2000 15:31:45 -0500 (CDT) (envelope-from swb@grasslake.net) Message-ID: <002b01bfd252$586b4700$b8209fc0@campbellmithun.com> From: "Shawn Barnhart" To: References: Subject: Re: APC Back-UPS Pro Date: Fri, 9 Jun 2000 15:36:09 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Doug White" | The problem with this is doing it securely. You can have one monitor | machine but having some automated way of telling the others to shutdown | that can't be tricked is a tough problem. ssh with a null-passphrase RSA | key is about as close as you can get, but that doesn't keep root on one | machine from telling the others to shutdown, but that may not be a problem | in your environment :) Does any of the UPS stuff on FreeBSD do it securely? It seems like it would be safer for a client machine to poll the UPS-monitoring server for power status vs. having the monitoring server alert its clients to do something like shut down. On the more sophisticated end you could do it as an SNMP trap, or you could just write the UPS status to a file on the monitoring box and the clients could fetch the status periodically and make their own decisions about what to do when the power went off. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message