Displaying 17 results from an estimated 17 matches for "upsnotifi".
Did you mean:
upsnotify
2016 Oct 06
2
NOTIFYCMD doesn't work at all... not fully
Hi there,
i have a problem with the NOTIFYCMD in the upsmon.conf file.
My line in the config looks like this:
NOTIFYCMD "/etc/nut/upsnotify.sh"
Now this ist my "/etc/nut/upsnotify.sh":
#!/bin/bash
EMAIL='mail at domain.de'
SMS1='+49123456789'
SMS2='+491987654231'
#eMail versenden
echo -e "Die USV mit dem Namen '$UPSNAME' hat seinen
2024 Nov 09
1
NUT stopped working after an upgrade
Running NUT version 2.8.2 on Fedora 40. NUT installed from the Fedora
package. CyberPower CP1000AVRLCD connected by USB.
I updated the system yesterday with all the latest Fedora packages. Now
NUT will not run. Chasing the issue through the layers, I come to this:
=====================
[root at mythtv rules.d]# upsc cyberpower
Error: Driver not connected
[root at mythtv rules.d]#
2024 Nov 09
1
NUT stopped working after an upgrade
Did the upgrade by chance install/alter any udev rules causing the UPS devices to now have incorrect permissions? And what user is nut running as?
On November 9, 2024 9:58:57 AM EST, Bill Gee <bgee at campercaver.net> wrote:
>Running NUT version 2.8.2 on Fedora 40. NUT installed from the Fedora package. CyberPower CP1000AVRLCD connected by USB.
>
>I updated the system yesterday
2024 Nov 15
1
What does this message notify message mean?
On 11/15/24 15:57, Orion Poplawski wrote:
> This is on EL9 with 2.8.2:
>
> nut-monitor[150988]: upsnotify: failed to notify about state 2: no
> notification tech defined, will not spam more about it
>
> I have no idea what this really means. I think it has something to do about
> systemd startup notification, but I'm not really sure. Can someone enlighten me?
>
2024 Nov 09
1
NUT stopped working after an upgrade
Nut should be running as user nut. As far as I can tell, the udev rules
have not changed. And the system IS seeing the UPS at a low level.
I looked through /dev/ but did not see a device that jumps out as the UPS.
=====================
[root at mythtv rules.d]# dmesg | grep -i 0764
[ 2.021485] usb 1-1.8: New USB device found, idVendor=0764,
idProduct=0501, bcdDevice= 0.01
[ 2.049515]
2024 Mar 08
1
NUT 2.8.1 (source build) Pi OS bookworm 32 bit - nut-monitor trying to connect to UPS - Connection Refused
I've installed 2.8.1 on a Raspberry PI 5 using Pi OS bookworm 64 bit (Debian 12) with success.
When I take that same configuration to a PI 3B running bookworm 32 bit, compile from source, use the same files from /etc/nut, I get a 'nut-monitor ups at localhost Connection refused.
usbhid-ups and dummy-ups are running at the time.
What should I be looking for?
Dan
-------------- next
2024 Nov 15
1
What does this message notify message mean?
This is on EL9 with 2.8.2:
nut-monitor[150988]: upsnotify: failed to notify about state 2: no
notification tech defined, will not spam more about it
I have no idea what this really means. I think it has something to do about
systemd startup notification, but I'm not really sure. Can someone enlighten me?
Is this something that anyone should care about?
--
Orion Poplawski
he/him/his -
2024 Nov 10
2
NUT stopped working after an upgrade
Check /dev/hidraw6, as noted in your dmesg output (and any other *hid* devices under /dev). User nut has almost zero privs to devices unless a udev rule changes the perms on the dev for nut . . .
On November 9, 2024 1:25:29 PM EST, Bill Gee <bgee at campercaver.net> wrote:
>Nut should be running as user nut. As far as I can tell, the udev rules have not changed. And the system IS
2024 Nov 19
1
New UPS ABB
Hi Team
While i;m searching on the internet about UPS SNMP monitoring , I found
this NUT server. Thank God, But sad news is that my UPS is not listed in
the compatibility list.
But I download NUT server on my ubuntu node and just discover it
sudo /lib/nut/snmp-ups -DD -a ups
unfortunately got the below error message.
228.253598 [D2] Testing ups.model using OID 1.3.6.1.2.1.33.1.1.2.0
2024 Mar 29
2
Heartbeat timer failure 15 minutes after startup
On Fri, 29 Mar 2024, Dan Grostick wrote:
> It is consistently happening 14-15 minutes after starting. Please see attached
> upssched-cmd and upssched.conf. I don't have a upssched.cmd. The binary
> upssched is used.
After the heartbeat failure, is upsd still running? Does the command "upsc -L"
report the UPS's? If you use systemd, what does the command
2024 Nov 01
1
NUT 2.8.1-3 " Can't claim USB device [051d:0002]@0/0: Entity not found" using usbhid-ups
Hi Jim,
Thanks for your help. I'll respond in the same order as you did:
1. Unfortunately, I did "chown" stuff to these created users... Since
the other three responses don't seem to be what you're looking for (but
that's only my uninformed interpretation), I suppose the problem lies here?
Is there a number of files/directories that I should
2024 Feb 19
1
Compile/Package / Config/Run 2.8.1 / Raspberry / UPS
I'm trying to Compile/Package and then (on a different box) Config/Run
2.8.1. Both boxes are Raspberry Pi 4b on Bullseye with a generic USB UPS.
--
I'm trying to get nut running on my Raspberry (bullseye/11). (I'd also
love to share a working 2.8.1 for Raspberry with the world, but...)
I compiled the latest code from git: version 2.8.1-774-g963abbd87
I compiled it on one system
2024 Nov 01
1
NUT 2.8.1-3 " Can't claim USB device [051d:0002]@0/0: Entity not found" using usbhid-ups
Hello,
I was thinking about what could be going wrong here, and a few ideas pop
up:
1) If you installed NUT from packaging, there should have been no need to
add OS groups/users manually. There is a valid use-case for running
different daemons under different accounts, as long as they talk over
network and access same files or UNIX sockets at best by sharing a group
for that, but it does need
2016 Oct 06
0
NOTIFYCMD doesn't work at all... not fully
> On Oct 6, 2016, at 6:15 AM, Stefan Fr?chtenicht wrote:
>
> when i execute the upsnotify.sh as root, then it works great. eMails and SMS are incoming.
> But when i for e.g. pull out the ups from power, then there will be only emails and NO SMS. Why?
>
NUT runs the notify script as the "nut" user on many systems, including Debian. Check to see if $PATH is set the same,
2024 Oct 30
1
NUT 2.8.1-3 " Can't claim USB device [051d:0002]@0/0: Entity not found" using usbhid-ups
Hi all,
Yesterday, I bought a UPS for the first time in my life, and was eager to
dive into NUT. But not all is working as expected... I saw a similar thread
started on 18 October, but it didn't help me. (I also spent a handful of
hours searching the web for solutions, and of course read the manual and
FAQ - "queequeg".)
I tried shutting my UPS (APC "Back-UPS BX750MI
2009 Oct 24
1
Shutdown N-POWER MV-1000 LT UPS is not working
Hello!
I use online UPS MV-1000 LT
http://www.230v.ru/catalogue/?id=production/ups-sm/master-vision
for the power of my Linux server SLES 10 SP1.
I downloaded, compiled and configured diver nut 2.4.1 from this link
http://www.networkupstools.org/source/2.4/nut-2.4.1.tar.gz
Here are my configuration files:
---
srv:/usr/local/ups # cat etc/ups.conf
[npower]
driver = megatec
port = /dev/ttyS0
2024 Jul 28
1
Fedora 40 nut-server not starting at boot
I've had fun with nut on RH systems, these are my notes to get it working:
Create /usr/lib/tmpfiles.d/nut-client.conf:D? ? /run/nut 0770 root nut -
...the file did not exist, and so the PID folder/file was not getting generated. Then the driver would start.
Also had to setup enabled services (still not 100% confident that this is totally correct):[root at emp80 ups]# systemctl list-unit-files