Displaying 20 results from an estimated 9000 matches similar to: "upsmon/upssched on ups temperature"
2020 Oct 24
0
[Announcement] Python3 scripts to replace upsmon, upssched, upssched-cmd
UPSmon.py
---------
I have been experimenting with a Python3 re-implementation of upsmon,
upssched and upssched-cmd. This is currently in use on openSUSE and
Debian boxes. It provides a much richer "language" for UPS management.
For example, the key part of the well known "warn on [OB], shutdown on
[LB]" approach is written as
# Warnings when on-battery, wait for low
2018 Sep 20
3
Upssched not getting called from UPSMON
Hi, I cant seem to get my upssched to get called by upsmon. Upsmon -c fsd just shuts down without the message I set or the one in upssched-cmd
/etc/ups/upsmon.conf:
MONITOR ups6 at localhost 1 <user> <pass> master
MONITOR ups8 at localhost 1 <user> <pass> master
SHUTDOWNCMD "/sbin/shutdown -h +0"
NOTIFYCMD /usr/sbin/upssched
NOTIFYMSG
2006 May 17
1
upsmon/upssched shutdown problem
Hi,
we're trying to do something that's perhaps unorthodox, but seemingly
should work; but not for me.
We've got a Powerware 9315, that we are serially attaching one machine to.
We have several classes of systems that we want to have shut down at
different times.
I've been doing my config testing by attaching the master machine to a
Powerware 9120, and yanking the power
2007 Jul 26
1
abusing nut ups to do temperature shutdown WHILE monitoring UPS'es
Hi
I am thinking about using the existing NUT software to tell the slave
servers
to shutdown if the temperature in the server room becomes too high.
I was thinking of monitoring the temperature on the master NUT server
and
then just letting the slave clients shut down. But the slaves (and
master
server) needs to do a complete power off even though the UPS's does
get 220v power all the
2018 Sep 21
0
Upssched not getting called from UPSMON
Where syslog output ends up is an OS specific question and depends upon the configuration of the system logger in use.
On most systems the logging information will be found in /var/log. On most Linux systems, the default system log is /var/log/messages.
Denny
> On Sep 20, 2018, at 13:30, Ito-Cole, Kaeny (Student) <Kaeny.Ito-Cole.stu at gtri.gatech.edu> wrote:
>
> First
2018 Sep 21
1
Upssched not getting called from UPSMON
Ah yes sorry I forgot to specify I am on CentOS 7 and the newest NUT for that is 2.7.2
On 9/21/18, 9:04 AM, "Denny Page" <denny at cococafe.com> wrote:
Where syslog output ends up is an OS specific question and depends upon the configuration of the system logger in use.
On most systems the logging information will be found in /var/log. On most Linux systems, the
2024 Dec 04
1
<Cyber Energy> <usbhid-ups/cps-hid.c>-Add HID Usage (Temperature)
Hi NUT:
We propose adding HID usage for "Temperature" to the NUT source code file cps-hid.c (driver: USBHID-UPS(8)<https://networkupstools.org/docs/man/usbhid-ups.html>) so that UPS temperature information can be displayed in the UPS status list. After conducting internal tests, we confirmed that inserting the following code:
{ "ups.temperature", 0, 0,
2009 Jun 20
1
upsmon says ONBATT when status: TRIM
Hi,
I've been getting emails from upsmon saying:
Subject: UPS PW5125 at localhost notification: ONBATT
UPS PW5125 at localhost on battery
But then the machines on the UPS stay on for hours; we haven't got
that kind of runtime, more like 10-20 minutes.
After a few occurrences, it now happened at a time where I could log
in to see in real time what is happening and:
$ upsc PW5125 |
2024 Dec 04
1
<Cyber Energy> <usbhid-ups/cps-hid.c>-Add HID Usage (Temperature)
Looks good.
Posted the PR as https://github.com/networkupstools/nut/pull/2711, code
base to test would be available at
https://github.com/jimklimov/nut/tree/cps-hid-temp currently or as part of
https://github.com/networkupstools/nut/tree/master after the pull request
passes our CI and gets merged.
Thanks,
Jim Klimov
On Wed, Dec 4, 2024 at 9:11?AM Yvonne.Chen <Yvonne.Chen at
2014 Oct 14
1
upssched not execute triggers - Fedora 20 and nut 2.7.2
ok, this function really worked?
i have a linux Fedora 20 system, i install from rpm in version 2.6.2 and i
this function not execute.
Then i delete the rpm packet and all configuration files and compile latest
stable 2.7.2 version with usb driver.
ok, i first load ups driver:
* /usr/local/ups/sbin/upsdrvctl -u root start*
next i started
*/usr/local/ups/sbin/upsd* and next*
2009 Mar 16
3
Is it possible to get CPU temperature for Lenovo T61 laptop
Hi,
Can I use some commands or scripts to get CPU temperature
on Solaris(10 or snv, whatever)?
My laptop is Lenovo T61.
Great Thanks
Jason
2012 Jan 31
2
testing for temperature differences between years and sites?
Hello!
I have a dataset with monthly temperatures for 4 different years and I would
like to test if they are significantly different between the years. As I
collected the data for different sites I wondered if there were some
possibility to perform the calculation at once or if I have to repeat it for
each site.
I tried like this:
Model_Temp <- lmer(Temp ~Year +
2007 Jan 04
2
Re: [nut-Patches][303751] Checking UPS Temperature
One disadvantage of handling it through a script is that is will not
be done by default. Most users probably don't know about the problem
of burning batteries, as it is not very common.
A potential problem with Eric Wilde's patch is that it is not general
enough; some UPS models have an boolean OVERHEAT flag although they
don't report the actual temperature. So the UPSOVERTEMP
2009 Oct 21
3
Temperature Prediction Model
Greetings!
As part of my research project I am using R to study temperature data
collected by a network. Each node (observation point) records temperature of
its surroundings throughout the day and generates a dataset. Using the
recorded datasets for the past 7 days I need to build a prediction model for
each node that would enable it to check the observed data against the
predicted data. How can
2008 Mar 04
1
battery.temperature vs ups.temperature
The (2.2.1) upshid-ups driver reports battery.temperature rather than
ups.temperature. Here's a quick patch to have it show up in the status
page...
--- clients/upsstats.c.DIST 2008-03-04 09:15:40.000000000 +0000
+++ clients/upsstats.c 2008-03-04 09:16:20.000000000 +0000
@@ -787,6 +787,11 @@
return 1;
}
+ if (!strcmp(cmd, "BATTTEMP")) {
+
2010 Feb 26
11
Temperature sensor
Does anyone know of a cheap temperature sensor that will work with
Linux? I don't need a fancy monitoring appliance, I just want a simple
sensor that I can connect to one of my monitoring servers to let me know
if the server room is getting hot.
--
Bowie
2025 Jan 13
1
<Cyber Energy> <usbhid-ups/cps-hid.c>-Add HID Usage (Temperature)
Hi Jim:
After doing comprehensive tests, we have confirmed that there are no problems with the source code update related to temperature this time. We kindly request you to update the source code concerning temperature in cps-hid.c (driver: USBHID-UPS(8)) and include it in the next official release of NUT.
Additionally, please inform us of the planned timeline and version for the upcoming
2018 Jan 25
3
[PATCH] drm/nouveau/therm/gp100: Do not report temperature when subdev is shadowed
This fixes wrong temperature outputs e.g. 511°C if the card is asleep.
Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann at mni.thm.de>
---
drivers/gpu/drm/nouveau/nvkm/subdev/therm/gp100.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/therm/gp100.c b/drivers/gpu/drm/nouveau/nvkm/subdev/therm/gp100.c
index
2009 Jul 16
5
AGI to announce temperature from weather.com XML file
I would like to have the ability to have Asterisk announce the temperature
-- not using TTS -- within the dialplan.
For a non-Asterisk project, I have a cron job that periodically pulls down
an XML file from weather.com containing local weather data (TWC's user
agreement requires that data be cached locally). Using sed, I also create a
text file that contains only the numeric value of the
2003 Oct 05
1
SMP motherboard and temperature monitoring with /dev/io
Hello, I have an SMP motherboard (Gigabyte GA-7DPXDW+) and I'm trying to monitor the temperature of the processor. The chipset for I/O control is Winbond W83627HF. When using any program for monitoring temperatures, I only get the temperature reading for the second processor. How do I get readings for both processors or only the first one ? TIA