aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* old code looked for 2.0 to decide if this was 2+, changed to 2.Anthony Paul2013-09-051-3/+11
| | | | made sure some dirs were created and permissions set before trying to write to them
* fix typoChris Buechler2013-09-042-3/+3
|
* Add a manual config validation option to HAproxy (using -c to only check ↵jim-p2013-08-295-3/+23
| | | | config file)
* Fixup service matching so that OpenVPN and CP instances aren't missing after ↵jim-p2013-08-295-4/+48
| | | | one was added.
* Don't try to (re)start services during boot.jim-p2013-08-284-3/+10
|
* Teach blinkled how to write an rcfile since it claims to use one in its ↵jim-p2013-08-284-6/+37
| | | | service definition.
* Fixup a bunch of package service descriptions.jim-p2013-08-2825-23/+25
|
* Service Watchdog: If the description is empty, try to fetch the package ↵jim-p2013-08-284-5/+7
| | | | description instead. Also, don't offer cron in the list of services to monitor. Don't show blank/empty services. Bump version.
* Switch to rw before doing disk write operations when syncing sudoers file.jim-p2013-08-284-3/+6
|
* Use a better function to get the service status.jim-p2013-08-284-4/+4
|
* Rename to avoid potential confusion with existing utility.jim-p2013-08-289-97/+97
|
* Add ProcWatch, a little package to monitor services and restart them if they ↵jim-p2013-08-277-0/+467
| | | | are stopped. Needs more testing, but the basics work.
* Rather use transparent hereWarren Baker2013-08-271-1/+1
|
* Fix config syntax problemWarren Baker2013-08-271-1/+1
|
* Make sure reverse entries are correctly added so that DNS Rebinding does not ↵Warren Baker2013-08-271-8/+10
| | | | block reverse DNS records
* Make backend is added correctly, if a single or multiple ones are specified.Warren Baker2013-08-271-20/+24
|
* Some more cleanupsWarren Baker2013-08-271-5/+5
|
* General code syntax cleanupWarren Baker2013-08-271-174/+149
|
* Merge pull request #479 from phil-davis/masterRenato Botelho2013-08-261-2/+7
|\ | | | | Use OpenVPN Manager client management port if specified for the server concerned
| * Use OpenVPN Manager client management port if specified for the server concernedPhil Davis2013-08-251-2/+7
|/ | | | | | If the OpenVPN server has the client management port field specified, then use that port number when generating the OpenVPN Manager client config file, otherwise use the default of "166". See: forum.pfsense.org/index.php/topic,63668.0.html Discussion: https://github.com/jochenwierum/openvpn-manager/issues/17 Related pull request on pfsense repo: https://github.com/pfsense/pfsense/pull/783
* Merge pull request #478 from PiBa-NL/HAProxy-devel-defaultbackendJim P2013-08-251-1/+1
|\ | | | | HAProxy-devel, fix (again) default backend selection
| * fix (again) default backend selectionPiBa-NL2013-08-251-1/+1
| |
* | Merge pull request #476 from overhacked/fix-siproxd-rtpenableRenato Botelho2013-08-212-5/+13
|\ \ | | | | | | siproxd: separate enable/disable of RTP proxy from rest of daemon
| * | siproxd: changed rtpenable to true by defaultRoss Williams2013-08-212-2/+2
| | | | | | | | | | | | Per rbgarga's recommendation
| * | siproxd: separate enable/disable of RTP proxy from rest of daemonRoss Williams2013-08-172-3/+21
| | |
| * | Allowing siproxd to run even if RTP proxy is disabledRoss Williams2013-08-161-13/+3
| | |
* | | Merge pull request #477 from moritzheiber/masterRenato Botelho2013-08-211-0/+4
|\ \ \ | | | | | | | | nut: Adding cyberpower MIB as a selectable value
| * | | 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
* | | HAproxy config parameter clitimeout is deprecated, should now be "timeout ↵jim-p2013-08-203-3/+3
| | | | | | | | | | | | client".
* | | Add the most common values as default in system patches for path strip, ↵jim-p2013-08-164-3/+7
| | | | | | | | | | | | base, and whitespace. Also bump version.
* | | Merge pull request #475 from individual-it/patch-1Jim P2013-08-151-1/+1
|\ \ \ | | | | | | | | chaged text in description of "output PostgreSQL" to link
| * | | chaged text in description of "output PostgreSQL" to linkIndividual IT Services2013-08-151-1/+1
|/ / /
* | | For NRPE2, honor the "sudo" checkbox if it's checked and sudo exists on the ↵jim-p2013-08-144-4/+8
| | | | | | | | | | | | system. Also, only add -w and -c if the boxes are filled in. Fixes #3145
* | | Merge pull request #473 from individual-it/masterJim P2013-08-145-5/+71
|\ \ \ | | | | | | | | added posibility to use external postgreSQL database to store results of bandwidthd
| * | | corrected typo for log_errorIndividual IT Services2013-08-141-1/+1
| | | |
| * | | deleted empty rowsIndividual IT Services2013-08-141-1/+0
| | | |
| * | | added link to the Documentation about Zabbix User ParametersIndividual IT Services2013-08-141-2/+3
| | | |
| * | | Updated the version number to 2.0.1_5 pkg v.0.1Individual IT Services2013-08-131-1/+1
| | | |
| * | | Updated the version number of BandwidthD to 2.0.1_5 pkg v.0.1Individual IT Services2013-08-131-1/+1
| | | |
| * | | Updated the version number of BandwidthD to 2.0.1_5 pkg v.0.1Individual IT Services2013-08-131-1/+1
| | | |
| * | | added posibility to use postgreSQL database to store resultsIndividual IT Services2013-08-131-0/+37
| | | |
| * | | added posibility to use postgreSQL database to store resultsIndividual IT Services2013-08-131-0/+29
| | | |
* | | | If the file doens't exist, bail, or this will generate a PHP error.jim-p2013-08-131-0/+2
| | | |
* | | | Fix HAproxy "advanced" global pass-through options box.jim-p2013-08-134-4/+4
|/ / /
* | | Merge pull request #472 from PiBa-NL/HAProxy-devel-defaultbackendRenato Botelho2013-08-052-82/+85
|\ \ \ | | |/ | |/| HAProxy-devel defaultbackend selection, frontend grouping, skip inactive, variable naming
| * | haproxy-devel fix displaying shared frontends in a grouped manner.PiBa-NL2013-08-041-77/+79
| | | | | | | | | | | | +changed names of frontend variables to frontend (instead of backend)
| * | HAProxy-devel, fix default backend selectionPiBa-NL2013-08-031-5/+6
|/ /
* | Improve instructions for bgpd.conf networks section to reflect brpd.conf ↵Renato Botelho2013-08-011-1/+1
| | | | | | | | syntax. It fixes #3102
* | Merge pull request #470 from phil-davis/masterJim P2013-07-311-1/+1
|\ \ | | | | | | Fix SUDO package_base_url
| * | Fix SUDO package_base_urlPhil Davis2013-07-311-1/+1
|/ /