UPSIMAGE.CGI(8) NUT Manual UPSIMAGE.CGI(8)NAME
upsimage.cgi - Image-generating helper for upsstats.cgi
SYNOPSIS
upsimage.cgi
Note
As a CGI program, this should be invoked through your web server. If you run it from the command line, it will either complain about
unauthorized access or spew a PNG at you.
DESCRIPTION
upsimage.cgi generates the graphical bars that make up the right side of the page generated by upsstats.cgi(8). These represent the current
battery charge, utility voltage, and UPS load where available.
The images are in PNG format, and are created by linking to Boutell's excellent gd library.
ACCESS CONTROL
upsstats will only talk to upsd(8) servers that have been defined in your hosts.conf(5). If it complains about "Access to that host is not
authorized", check that file first.
FILES hosts.conf(5)SEE ALSO upsd(8), upsstats.cgi(8)
Internet resources:
The gd home page: http://www.boutell.com/gd/
The NUT (Network UPS Tools) home page: http://www.networkupstools.org/
Network UPS Tools 05/22/2012 UPSIMAGE.CGI(8)
Check Out this Related Man Page
UPSIMAGE.CGI(8) NUT Manual UPSIMAGE.CGI(8)NAME
upsimage.cgi - Image-generating helper for upsstats.cgi
SYNOPSIS
upsimage.cgi
Note
As a CGI program, this should be invoked through your web server. If you run it from the command line, it will either complain about
unauthorized access or spew a PNG at you.
DESCRIPTION
upsimage.cgi generates the graphical bars that make up the right side of the page generated by upsstats.cgi(8). These represent the current
battery charge, utility voltage, and UPS load where available.
The images are in PNG format, and are created by linking to Boutell's excellent gd library.
ACCESS CONTROL
upsstats will only talk to upsd(8) servers that have been defined in your hosts.conf(5). If it complains about "Access to that host is not
authorized", check that file first.
FILES hosts.conf(5)SEE ALSO upsd(8), upsstats.cgi(8)
Internet resources:
The gd home page: http://www.boutell.com/gd/
The NUT (Network UPS Tools) home page: http://www.networkupstools.org/
Network UPS Tools 05/22/2012 UPSIMAGE.CGI(8)
I am getting this email error now from a script (which I have not changed and has bee up for a while)
Subject: Cron <aquarank@fish> /home/aquarank/www/cgi-bin/cron/rerank.cgi
/bin/date: write error: File too large
What file is too large? (9 Replies)
Hi,
My server is set up so that all cgi scripts are run as user nobody, instead of the user's username.
Now I know you can use cgi-wrappers, but someone please give me detailed information, on how to make ALL scripts run on the server to by default, run as the user? And not to run as user... (1 Reply)
To All UNIX Forum Members!
Neo has sent you a flash greeting card. You may see it by clicking on the link below:
http://www.afreegreetingcard.com/cgi-bin/magiccard.cgi?122920242420332
:) (5 Replies)
Hi, I've been able to put together an HTML page that calls on a cgi program (via ksh) to do some server side processing, then send it back to the user's browser window. The script basically tails a log file and refreshes every # seconds (user chosen) by using the "refresh" meta tag (html).
My... (0 Replies)
Hi friends,
I am doing my Masters in Electrical Engineering. I was just given a chance to be a RA if I can show some smoothness in my coding with Network Simulation (NS-2). I was just wondering if any of you people is working with Network Simulators. Can anybody tell me the future of it in terms... (2 Replies)
To anyone who is really into programming, and not so much just unix/linux, you may want to check out the following site:
http://www.cprogramming.com/cgi-bin/cboard/index.php
It is a new forum with the same format as this one. It actually nearly looks the same. (6 Replies)
hi all,
i'm new to CGI scripting.
I want to compute memory utilisation,
so when i run free command in my cgi scipt,
if memory is utlised more than 70%.
i want to display in free command in html as red color
free
total used free shared buffers ... (1 Reply)
I have a new FreeBSD 7 web server that connects just fine from the INTERNET side. I'd like to be able to keep that connectivity and then have "authorized" users able to access and be served documents from the INTRANET side. My Firewall works so good, that when I connect from the INTERNET side,... (3 Replies)
I have interesting problem.
https:/host/some/x.cgi
- this script has run twice when I call this url
But
http:/host/some/x.cgi
work fine, only once.
Output is text/plain.
If I change output format to the Content-type text/html,
then both urls works fine - executed only once. (2 Replies)
Hi friends,
I have a local host http://ss3/cgi-bin/page/page_list.cgi running on apache webserver perfectly well. But suddenly, it stopped working and gave an error "Internet explorer Explorer cannot display the webpage". But when i added https, as https://ss3/cgi-bin/page/page_list.cgi the... (2 Replies)
I am in the process of developing a perl cgi page.
I had succeeded in developing the page but there are few errors/issues with the page.
description about cgi page:
My CGI page retrieves all the file names from an directory and displays the files in drop down menu for downloading the... (5 Replies)