Displaying 19 results from an estimated 19 matches for "upsimag".
Did you mean:
upsimage
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, EL...
2009 Jul 09
1
Premature end of script headers: upsimage.cgi
...g, and noticed that
in the web interface, the image for the battery voltage bar graph
wasn't displaying. the other images (change, input, output, load)
seem to be fine. the browser reports "500 internal server error", and
apache reports "Premature end of script headers: upsimage.cgi,
referer: https://graphs.ltn.lvc.com/cgi-bin/nut/upsstats.cgi?host=ups6 at localhost
"
upsc seems to also be working as expected, and reports a value for
battery voltage:
>upsc ups6 at localhost battery.voltage
55.00
i have 5 of these upses in total (smart-ups 1500 xlm monitor...
2006 Feb 08
1
Replace target.line and target.battery?
...doing it:
* Unify naming, the term "nominal" is used both in NUT and by UPS
makers for this.
* Very few devices (none that I have seen) have a nominal output
voltage that differs when on battery/mains.
* A single variable makes life easier when figuring out the nominal
voltage in upsimage and friends.
The only reason I can find for not doing it is the fact that it might
break out-of-tree applications, but that's to be expected between
major versions anyway.
/Nikke
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Niklas Edmundsson, Admin @ {a...
2008 Apr 30
0
[Fwd: Re: openSUSE 11.0 - NUT]
...o
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
cannot find -lupsclient
collect2: ld returned 1 exit status
make[1]: *** [upsmon] Error 1
mv -f .deps/upslog.Tpo .deps/upslog.Po
mv -f .deps/cgilib.Tpo .deps/cgilib.Po
mv -f .deps/upssched.Tpo .deps/upssched.Po
mv -f .deps/upsimage.Tpo .deps/upsimage.Po
upsrw.c: In function 'do_setvar':
upsrw.c:114: warning: ignoring return value of 'fgets', declared with
attribute warn_unused_result
upsrw.c:146: warning: ignoring return value of 'fgets', declared with
attribute warn_unused_result
mv -f .deps/upsrw.Tp...
2008 Aug 15
2
Problem with APC and Fedora 8 I86_64
...de -I/usr/include -O -Wall -Wsign-compare -o .libs/upsstats.cgi upsstats.o cgilib.o ../common/libcommon.a ./.libs/libupsclient.so -lssl -lcrypto -Wl,--rpath -Wl,/usr/local/ups/lib
creating upsstats.cgi
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include -O -Wall -Wsign-compare -MT upsimage.o -MD -MP -MF .deps/upsimage.Tpo -c -o upsimage.o upsimage.c
mv -f .deps/upsimage.Tpo .deps/upsimage.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -I../include -I/usr/include -O -Wall -Wsign-compare -o upsimage.cgi upsimage.o cgilib.o ../common/libcommon.a libupsclient.la -lssl -lcrypto -L/...
2017 Mar 03
0
NUT - General Concept Question
...kupstools.org/docs/man/upsmon.conf.html
* http://networkupstools.org/docs/man/upssched.html and http://networkupstools.org/docs/man/upssched.conf.html
It has been a while since I last set up the NUT CGI components, but I suspect you can just list each UPS in the template for upsstats, and add in upsimage references where you want graphs:
* http://networkupstools.org/docs/user-manual.chunked/ar01s02.html#_cgi_programs
* http://networkupstools.org/docs/man/upsstats.cgi.html
* http://networkupstools.org/docs/man/upsimage.cgi.html
You can ignore upsset for a read-only dashboard.
We don't hav...
2006 Aug 03
1
Re: [Nemo-devel] nuts status page
Adam: Thanks for putting up this page. But something is wrong. In
particular, our Powerware 9135 is a three phase UPS system with THREE 480
volt outputs. So the displayed voltage is not correct -- in fact there
should really be THREE voltages displayed, all around 480v.
Nut developers: I am copying the NUT mailing list to see if anyone can
suggest how to fix this. NUT developers, see the
2017 Mar 02
6
NUT - General Concept Question
I've been looking over the documentation and several installation guides for NUT, and I'm starting to get a little bit of a feel for what it is. But I'm still not clear whether what I'd *like* to accomplish is actually practical using NUT. Perhaps someone here can tell me if they've done something similar, or if I'm way off base.
I would like to set up a Linux host as a
2006 Feb 01
1
Remove generated files from cvs-devel
...tree? The ones currently on my annoyance-list are:
Makefile
data/html/Makefile
Also, the following files (+more, I only compile a subset of the
drivers) should be added to .cvsignore in the corresponding
directories (they're all generated):
config.log
config.status
clients/Makefile
clients/upsimage.cgi
clients/upsset.cgi
clients/upsstats.cgi
clients/upsc
clients/upscmd
clients/upslog
clients/upsmon
clients/upsrw
clients/upssched
common/Makefile
conf/Makefile
data/Makefile
drivers/Makefile
drivers/snmp-ups
drivers/upsdrvctl
include/config.h
lib/Makefile
man/Makefile
server/Makefile
/Nikke
-...
2010 Feb 07
2
NUT release plans (post-2.4.1): ChangeLog format
...2-04 Arjen de Korte <arjen at de-korte.org>
* [r2315] drivers/cpqpowermib.h: Based on patch from Philip Ward
[http://lists.alioth.debian.org/pipermail/nut-upsdev/2010-February/004509.html]
2010-02-01 Arjen de Korte <arjen at de-korte.org>
* [r2305] clients/upsimage.c, common/strerror.c, drivers/bcmxcp.c,
drivers/main-hal.c, drivers/powerman-pdu.c: Prefer snprintf over
sprintf to prevent overflowing buffers (also removes trailing
whitespace)
* [r2303] drivers/Makefile.am, drivers/cpqpowermib.h,
drivers/snmp-ups....
2006 Jun 07
1
RPM spec file
...tr(644,root,root) %{_sysconfdir}/%{PACKAGE}/hosts.conf
%attr(644,root,root) %{_sysconfdir}/%{PACKAGE}/upsstats.html
%attr(644,root,root) %{_sysconfdir}/%{PACKAGE}/upsstats-single.html
%{_mandir}/man5/hosts.conf.5.gz
%{_mandir}/man5/upsset.conf.5.gz
%{_mandir}/man5/upsstats.html.5.gz
%{_mandir}/man8/upsimage.cgi.8.gz
%{_mandir}/man8/upsset.cgi.8.gz
%{_mandir}/man8/upsstats.cgi.8.gz
%dir %{CGIPATH}
%{CGIPATH}/upsimage.cgi
%{CGIPATH}/upsset.cgi
%{CGIPATH}/upsstats.cgi
%changelog
* Tue May 02 2006 William Bell <w.bell@physics.gla.ac.uk>
- Corrected files list for other man pages.
- Modified instal...
battery not installed, but battery still 100% and NUT 2.7.2-4 does not catch this and report a error
2017 Apr 10
0
battery not installed, but battery still 100% and NUT 2.7.2-4 does not catch this and report a error
...f 158768 Apr 10 14:28 libupsclient.so.4.0.0
-rw-r--r-- 1 root staff 419208 Apr 10 14:32 nutclient.o
-rwxr-xr-x 1 root staff 61376 Apr 10 14:32 upsc
-rw-r--r-- 1 root staff 62432 Apr 10 14:28 upsclient.o
-rwxr-xr-x 1 root staff 63968 Apr 10 14:32 upscmd
-rwxr-xr-x 1 root staff 106680 Apr 10 14:32 upsimage.cgi
-rwxr-xr-x 1 root staff 75760 Apr 10 14:32 upslog
-rwxr-xr-x 1 root staff 137408 Apr 10 14:32 upsmon
-rwxr-xr-x 1 root staff 91392 Apr 10 14:32 upsrw
-rwxr-xr-x 1 root staff 113208 Apr 10 14:32 upsset.cgi
-rwxr-xr-x 1 root staff 124888 Apr 10 14:32 upsstats.cgi
So I ran it from the build...
2009 Dec 29
2
My previous post (lengthy, lots of tarace output)
Ping?
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
What does "it" mean in the sentence "What time is it?"?
2015 Jul 08
1
[Nut-upsuser] Nut-2.7.3 & gcc-3.3.6
Hi Charles,
Yes, it looks like my g++ does contain STL library which might be just my
specific case...
However, as a temporary solution I disabled nutclient in Makefile (please
find the file attached). And nut-2.7.3 can be compiled now.
Thanks,
Sergey
On Wed, Jul 8, 2015 at 4:13 AM, Charles Lepple <clepple at gmail.com> wrote:
> On Jul 6, 2015, at 10:32 AM, Sergey Talchuk
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
2013 Jul 31
2
nut package with Riello UPS support
...emon 4003 Jul 31 16:08 upsstats.html
-r-xr-xr-x 1 root bin 4003 Aug 4 2012 upsstats.html.sample
# ls -la
/var/www/cgi-bin/nut/
total 7944
drwxr-xr-x 2 root daemon 512 Jul 31 16:08 .
drwxr-xr-x 4 root daemon 512 Jul 31 16:08 ..
-r-xr-xr-x 1 root bin 1483512 Aug 4 2012 upsimage.cgi
-r-xr-xr-x 1 root bin 1258232 Aug 4 2012 upsset.cgi
-r-xr-xr-x 1 root bin 1258232 Aug 4 2012 upsstats.cgi
# tail
/var/www/logs/error_log
upsstats: Can't open /conf/nut/hosts.conf: No such file or directory
upsstats: Can't open /conf/nut/hosts.conf: No such file or dire...
battery not installed, but battery still 100% and NUT 2.7.2-4 does not catch this and report a error
2017 Apr 04
4
battery not installed, but battery still 100% and NUT 2.7.2-4 does not catch this and report a error
2017-04-04 14:18 GMT+02:00 Jon Bendtsen <jon.bendtsen at jonix.dk>:
> On 04/04/17 14.10, Roger Price wrote:
>
>> On Tue, 4 Apr 2017, Arnaud Quette wrote:
>>
>>
> [cuuuuut]
>
> Hi Arnaud, It seems to me that, looking out into the future, there are
>> three
>> things upsmon needs:
>>
>> 1. A fall-through <notify type> of
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
#
2008 Dec 24
1
Driver removal notification: al175
Hi Kirill,
just to notify you that your al175 driver is being removed from the
NUT tree, as of 2.4.0-pre1.
if you wish to see it entering the tree again, please contact the
Development mailing list to talk about it.
Merry Christmas and happy New Year.
Arnaud
--
Linux / Unix Expert R&D - Eaton - http://www.eaton.com/mgeops
Network UPS Tools (NUT) Project Leader -