Sending the events to a file turned turned out to be easier than I
imagined.  I just put the following in the NOTIFYCMD shell script:

echo $(date) "$*" >> /home/john/upsmon_events.txt

and the events are logged to the file.  I did CHMOD 666 on the file so I
can delete old events.  Don't need notify-send.  YEAH !  I do occasionally
us the PyNUT app to run battery test and look at the health of the ups.
And yes, if it is running I get 'notify-send' type messages.  Butr again,
if I am present it doesn't really matter. It's what happens when I am away
that I want to know about.  The 'logger' will get me what I want.

Thanks,
John

On Wed, Sep 23, 2015 at 6:37 AM, Charles Lepple <[email protected]> wrote:

> On Sep 22, 2015, at 11:27 AM, Thomas Charron <[email protected]> wrote:
> >
> > On Tue, Sep 22, 2015 at 9:56 AM, John Hart <[email protected]> wrote:
> >> notify-send
> >
> >  notify-send needs a DBUS_SESSION_BUS_ADRESS to work right.  Look around
> for code snippets to get this.
>
> Ah, that notify-send. Another option is to launch the PyNUT app in your
> xsession (or equivalent) - it will also display GUI notifications. In
> Debian, it is in the package "nut-monitor". I haven't used this personally,
> though.
>
> Either way, please let us know what we can do to expand the NUT
> documentation on this topic.
>
> --
> Charles Lepple
> clepple@gmail
>
>
>
>
_______________________________________________
Nut-upsdev mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsdev

Reply via email to