Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revert nut to 2.0.4 using 6.2-release | Ryan Wagoner | 2008-01-26 | 1 | -18/+18 |
| | |||||
* | bump NUT version | Ryan Wagoner | 2007-11-13 | 1 | -18/+18 |
| | |||||
* | * added copyright header to each file | Daniel Stefan Haischt | 2007-09-01 | 1 | -24/+25 |
| | | | | | | * added XSL stylesheet to each file * added DTD to some files (TODO: Add DTD to the remaining files and validate them against the DTD) * added a Document Type Definition which allows to validate package files | ||||
* | * added copyright header to each file | Daniel Stefan Haischt | 2007-09-01 | 1 | -0/+44 |
| | | | | | | * added XSL stylesheet to each file * added DTD to some files (TODO: Add DTD to the remaining files and validate them against the DTD) * added a Document Type Definition which allows to validate package files | ||||
* | update my email address | Ryan Wagoner | 2007-07-27 | 2 | -2/+2 |
| | |||||
* | -set serial port permissions in rc file so nut will start upon reboot | Ryan Wagoner | 2007-03-17 | 1 | -19/+8 |
| | |||||
* | -inform user when service is not running | Ryan Wagoner | 2007-02-20 | 1 | -18/+41 |
| | | | | | -inform user of stale data when connection lost -split data into two tables | ||||
* | -fix permission problem when using usb ups | Ryan Wagoner | 2007-02-19 | 1 | -2/+4 |
| | |||||
* | -add checks and status statements to rc file | Ryan Wagoner | 2007-02-19 | 2 | -84/+110 |
| | | | | | -cleanup whitespace in nut xml -only create /var/db/nut if it does not exist | ||||
* | -ensure /var/spool/lock exists as its required by nut | Ryan Wagoner | 2007-02-19 | 1 | -0/+8 |
| | |||||
* | -fix status page hanging when nut fails to start | Ryan Wagoner | 2007-02-19 | 1 | -6/+8 |
| | |||||
* | - only show values reported by upsc | Ryan Wagoner | 2007-02-18 | 1 | -18/+38 |
| | | | | - change text color so its readable and format values correctly | ||||
* | -only allow Aa-Zz 0-9 _ - in the ups name field | Ryan Wagoner | 2007-02-18 | 1 | -7/+11 |
| | | | | -correct field names for input validation | ||||
* | -use strong tags in xml for required fields, this was done purposely instead ↵ | Ryan Wagoner | 2007-02-16 | 2 | -27/+43 |
| | | | | | | of using the required tag as depending on the monitoring mode local/remote these fields may not be required, however on head you can't save package changes if all required fields are not filled out -add support for more ups status conditions | ||||
* | -check for valid cdir range in ip address | Ryan Wagoner | 2007-02-16 | 2 | -59/+36 |
| | | | | -fix ups type and cable selections according to man pages for drivers | ||||
* | -add graphical percentage bars | Ryan Wagoner | 2007-02-16 | 1 | -19/+70 |
| | | | | -wrap repetitive code into functions | ||||
* | -added support for powercom ups and some others | Ryan Wagoner | 2007-02-15 | 2 | -6/+37 |
| | | | | -added support for unknown status condition | ||||
* | -add status support for remote ups | Ryan Wagoner | 2007-02-15 | 1 | -11/+44 |
| | | | | | -display status in table format -add model, temperature, and load information | ||||
* | -move network ups tools into its own directory | Ryan Wagoner | 2007-02-15 | 3 | -0/+927 |
-added status page to display ups status |