aboutsummaryrefslogtreecommitdiffstats
path: root/config/nut
Commit message (Collapse)AuthorAgeFilesLines
* Add privileges configuration to nut packagedoktornotor2015-11-141-0/+40
|
* Add privileges configuration to nut packagedoktornotor2015-11-141-2/+6
|
* Add NUT widget filesdoktornotor2015-10-241-1/+13
|
* Fix file header and whitespacedoktornotor2015-10-241-8/+6
|
* Fix file header and whitespacedoktornotor2015-10-241-18/+13
|
* Remove useless stuff from filedoktornotor2015-10-241-9/+1
|
* UPS status widget ('js' file - ajax)Andrew Nikitin2015-10-241-0/+83
| | | | | | | | | UPS status monitor widget. Discussion at https://forum.pfsense.org/index.php?topic=80981.0 File location: \usr\local\www\widgets\javascript\ Used by: \usr\local\www\widgets\widgets\ups_status.widget.php
* UPS status widget ('inc' file)Andrew Nikitin2015-10-241-0/+15
| | | | | | | | | UPS status monitor widget. Discussion at https://forum.pfsense.org/index.php?topic=80981.0 File location: \usr\local\www\widgets\include\ Used by: \usr\local\www\widgets\widgets\ups_status.widget.php
* UPS status widget (main file)Andrew Nikitin2015-10-241-0/+221
| | | | | | | | | | UPS status monitor widget. Discussion at https://forum.pfsense.org/index.php?topic=80981.0 File location: \usr\local\www\widgets\widgets\ Depends on: \usr\local\www\widgets\javascript\ups_status.js \usr\local\www\widgets\include\ups_status.inc
* nut - 2.1.x compatible boot checkdoktornotor2015-09-111-6/+7
| | | Another code simplification...
* Remove useless stuff dealt with by delete_package_xml()doktornotor2015-08-251-3/+0
|
* remove useless log spamdoktornotor2015-08-211-3/+0
| | | Nut takes quite some time to launch (notably with networked UPS); this creates misleading log entries confusing users.
* nut - fix bogus boot check (hopefully fixes Bug #4426)doktornotor2015-08-111-3/+3
|
* nut.inc - remove useless config_(un)lock callsdoktornotor2015-08-111-4/+0
| | | This function does nothing but return.
* Fix remotename validation (Bug #4922)doktornotor2015-08-061-1/+1
|
* nut.inc - major code cleanup and style fixesdoktornotor2015-08-021-161/+159
| | | | | - remove useless functions and use pfSense equivalents - is_ipaddr(), log_error(), service_start(), service_stop() - replace deprecated eregi() with preg_match() - major coding style cleanup
* nut - code style fixesdoktornotor2015-08-011-44/+36
|
* nut - code style fixesdoktornotor2015-08-011-50/+54
|
* Declare pfs_version as global on first usageRenato Botelho2015-05-051-0/+1
|
* Sanitize imspector version, add run_depends and fix pbi checkingRenato Botelho2015-04-281-3/+3
|
* Merge pull request #730 from SunStroke74/patch-1Renato Botelho2014-12-262-0/+55
|\
| * Advansed options for NUT config filesSunStroke742014-11-141-0/+18
| | | | | | Allow add custom options in NUT config files. Raw text, no syntax checking.
| * Advansed options for NUT config filesSunStroke742014-11-131-0/+37
| | | | | | Allow add custom options in NUT config files. Raw text, no syntax checking.
* | Use proper binary on 2.2, based on patch submitted by Denny Page. Fixes #4118Renato Botelho2014-12-241-5/+18
|/
* Fix call-time pass-by-reference in nut, bumpjim-p2014-05-072-5/+5
|
* Fixup URLs:Renato Botelho2014-03-183-4/+4
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* adding generic USB UPS support via blazer_usb module that is supported and ↵Anthony Somerset2013-10-261-1/+5
| | | | working - eg ProLink
* Stop using deprecated allowaddr parameter and check allowpass intead. Fixes ↵Renato Botelho2013-10-181-3/+2
| | | | #3248
* Fixup a bunch of package service descriptions.jim-p2013-08-281-0/+1
|
* nut: Adding cyberpower MIB as a selectable valueMoritz Heiber2013-08-211-0/+4
| | | | | Enable the 'cyberpower' MIB to be able to use the snmp-ups driver together with pfsense's nut package
* Update NUT backend code to support new binaries.jim-p2012-09-052-30/+14
|
* Show nut ups time remaining in a more friendly manner, variant of ↵jim-p2012-07-031-1/+8
| | | | http://forum.pfsense.org/index.php/topic,42415.msg224534.html#msg224534
* Fix nut for 2.1jim-p2012-07-031-1/+6
|
* Improve device handling a bit for Nut packageScott Ullrich2012-01-051-11/+19
|
* Reorganize the nut settings so it's more obvious that the "Remote access" ↵jim-p2011-06-031-43/+47
| | | | settings can be used for both Local and SNMP UPS types.
* Let the snmp ups definition also setup the remote access username/pw.jim-p2011-05-271-0/+3
|
* Fix nut status name display for snmpjim-p2011-05-271-1/+1
|
* Fix field name for nut, another bumpjim-p2011-05-271-1/+1
|
* Slight fix to nut.xml, bump again.jim-p2011-05-271-2/+1
|
* Add initial SNMP UPS support. Version bump nut.jim-p2011-05-253-7/+223
|
* Add some GUI choices for UPS devices using the upscode2 driver which is ↵jim-p2010-08-231-0/+36
| | | | already installed but was not selectable. Version bump.
* use correct device, usbhid-ups not newhidupsChris Buechler2010-07-121-17/+17
|
* Add an option to the NUT package that will let the user choose to power down ↵jim-p2009-04-192-2/+10
| | | | | | (shutdown -p) instead of halt. Should fix Ticket #1882 Shutdown -p will only work on supported systems. Since the behavior on unsupported systems is unknown, giving the user a choice seemed like the better way.
* mv packages to config dir to match web layoutBill Marquette2009-02-063-0/+1154