similar to: NUT 'upsstats' Battery Meter Question

Displaying 20 results from an estimated 1000 matches similar to: "NUT 'upsstats' Battery Meter Question"

2023 Nov 30
1
NUT 'upsstats' Battery Meter Question
Hello Jeff, `upsstats` by itself only relays and renders the information provided by a NUT data server (upsd) and the NUT driver for the device. So you can revise the specific reported values with e.g. `upsc` command-line client to be sure. What I think happens here is that the driver uses a `battery.voltage.low/nominal/high` group of readings which does not match the hardware circumstances
2006 Feb 06
1
upsimage/upsstats: 3phase support
The attached patch is a first stab at adding 3phase support to upsstats/upsimage. I got a little carried away, so bare with me. This patch adds 3phase awareness to upsstats/upsimage and the template files, and in additional to the obvious 3phase variables: - upsstats: * Adds IF/ELSE-awareness, and since the parser logic is rather limited this means that we now have IF, ELSE IF etc since all
2023 Jun 14
1
Accessing: upsstats.cgi Error: no hosts to monitor (check hosts.conf)
For some reason I?m no longer able to access the upsstats.cgi (http://192.168.123.49/cgi-bin/nut/upsstats.cgi) I get the error: Error: no hosts to monitor (check hosts.conf) When Apache starts is complains about not finding the fully qualified domain name. In the past, upsstats.cgi would just load. I didn?t have to do any Apache2 configuration. I don?t know what has changed. I?ve build NUT
2023 Jun 14
1
Accessing: upsstats.cgi Error: no hosts to monitor (check hosts.conf)
Dan Grostick via Nut-upsuser <nut-upsuser at alioth-lists.debian.net> writes: > When Apache starts is complains about not finding the fully qualified domain name. That seems normal > In the past, upsstats.cgi would just load. I didn?t have to do any Apache2 configuration. I don?t know what has changed. in general this does need configuration. read the apache config file. read the
2009 Feb 05
2
Adding a 'refresh' value to the upsstats web page
I'd like to have the UPS status web page automatically refreshed. I've found a reference to using @REFRESH@ in the upsstats.html page, but as far as I can tell in looking at the code, somewhere I need to provide a value to the refreshdelay variable, and I see no way to do that other than changing the source code. I'm using nut 2.2.
2023 Jun 14
1
Accessing: upsstats.cgi Error: no hosts to monitor (check hosts.conf)
Not fully true about example configs in docs: man pages for CGI bits have some :) https://github.com/networkupstools/nut/blob/master/docs/man/upsset.conf.txt https://github.com/networkupstools/nut/blob/master/docs/man/upsstats.cgi.txt https://github.com/networkupstools/nut/blob/master/docs/man/hosts.conf.txt etc. Other than that, check permissions - e.g. OTOH if Apache user may read your
2013 Jul 31
2
nut package with Riello UPS support
I'll test it. I'm a bit confused with cgi-bin. I have made a lot of hosts.conf copies and didn't understand where does upsstats trying to find hosts.conf # ps -aux | grep ups _ups 13934 0.0 0.0 484 920 ?? Ss 5:41PM 0:01.53 /usr/local/bin/riello_ser -a senpro _ups 9171 0.0 0.1 532 1168 ?? Ss 5:41PM 0:00.13 /usr/local/sbin/upsd _ups 16906 0.0 0.1
2013 Feb 01
1
Question for Dev's on NUT's upsstats.cgi
Hey guys, New user to NUT and was playing with the upsstats.cgi. On my website, I have everything going through a wrapper script that frames the pages. So my web files are actually truncated since the wrapper installs all my headers for me. When using the upsstats.cgi, it works fine embedding it into my pages and then editing the .html template EXCEPT, I can't get rid of: Content-type:
2023 Feb 06
2
Question about Tripp-Lite UPS life span
Hello, Somewhat off-topic, but seeking some input from other tech folk on this list. I have a Tripp-Lite SMART 2200 (a white tower that looks similar to, but predates the black SMART2200NET) that just failed its monthly battery test so I bought new batteries and replaced the old ones. Sadly once put back together, plugged in and enabled it did not power up--no lights, sounds, smoke, etc. I took
2009 May 28
1
NUT upsstats.cgi problem
I seem to have NUT all working with my R3000XR, except for the CGIs. The webserver's all properly configured and upsstats.cgi *runs*, but doesn't yield any useful output - no values are displayed, every value is replaced by [error: Invalid argument]. Apache is not logging any resulting errors, and there doesn't seem to be a lot of useful documentation on the CGIs to troubleshoot
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")) { +
2013 Jul 31
0
nut package with Riello UPS support
On Jul 31, 2013, at 3:36 AM, Pavel Potcheptsov (EKTOS) wrote: > Does it looks good? I think so - 40.8 volts with a nominal of 36 volts is 13.6 V/cell, which agrees with the 100% charge value. Hopefully the line voltages and frequency make sense for your region. > Another question what does riello experimental driver warning mean? We add that to all new drivers. This driver was written by
2016 Aug 12
1
CGI: multiple web pages
Hi, I'm using the CGI program upsstats.cgi to view the status of UPS's on a web browser. I'd want to do something like that: /var/www/nut-cgi-bin-group-A/upsstats.cgi /var/www/nut-cgi-bin-group-B/upsstats.cgi /var/www/nut-cgi-bin-group-C/upsstats.cgi In that way using .htaccess I allow only certains IPs access to UPS from group A. How could I do that? Thanks in advance" --
2013 Jul 31
2
nut package with Riello UPS support
Thank you very much!! I have tried configure downloaded source with # ./configure --with-user=_ups --with-group=_ups --with-statepath=/var/db/nut/ and then build driver and copy again. but this doesn't help (driver pid still in the /var/state/ups). Maybe I must add more arguments to change driver's pid location, but I did next, I changed this argument in openbsd ports: # pkg_delete nut #
2014 Feb 18
1
User defined variables in upsstats.html
Hello Is there any way to set and consume user defined variables in upsstats.html I would like to set lower thresholds for temperature than are set in the UPSes for my web page but I cannot figure out how to pass a value that is not a variable into IFBETWEEN. Is there a way to say: @IFBETWEEN 15 25 ambient.temperature@ <td BGCOLOR="#00FF00"> @ELSE@ <td
2014 Aug 14
2
NUT proxy?
Hi, I want to use nut-cgi from a centralized machine. There are two firewalls which run upsmon. upsmon connected to the real upsd which run two machines behind the firewall. So upsmon is using LAN for communicating to upsd. First problem: I can't connect to upsmon with upsstats.cgi because upsmon not listen on TCP port. Second problem: How can I check more upsd with upsmon? All upsd are
2014 Mar 28
0
Incorrect Values From usbhid-ups
On Mar 26, 2014, at 2:15 PM, Bill S wrote: > I have attached two .gz files of the driver output with the -DDDD > option. One is for when the unit is on the line AC and the the other > is when it is on battery so that there are at least two points of > reference. > > In earlier tests, I did note that when the unit was placed on battery > that the upsstats.cgi screen reported
2008 Jul 24
2
Nut-cgi error
Hello all, I have succefully configure a trust 1200v ups with nut-2.2.2 on an ubuntu 6.06 LTS by follow this instructions : http://www.networkupstools.org/doc/2.2.0/INSTALL.html I have the nut-cgi 2.0.3-4 from the ubuntu repos installed Now, I have problems to configure the nut-cgi in my web browser and I have this when i tried to http://localhost/cgi-bin/nut/upsstats.cgi. Error: can't
2014 Mar 26
3
Incorrect Values From usbhid-ups
I have attached two .gz files of the driver output with the -DDDD option. One is for when the unit is on the line AC and the the other is when it is on battery so that there are at least two points of reference. In earlier tests, I did note that when the unit was placed on battery that the upsstats.cgi screen reported that the input voltage from 119V to 120V and did not go to zero as I expected
2014 Feb 15
0
Eaton Powerware 5110 - some stats not reported
> On February 14, 2014 11:22:22 PM CST, Greg Vickers <daehenoc at iinet.net.au> wrote: >> I ran the new driver (see below) and with -DDDD it throws out tons of >> never ending information, what am I looking for? :) > On Feb 15, 2014, at 2:57 AM, Tim Dawson wrote: > The driver will poll the UPS for what variables it supports when it starts, and then go into a polling