aboutsummaryrefslogtreecommitdiffstats
path: root/config/vnstat2
Commit message (Collapse)AuthorAgeFilesLines
* A few simplifications in vnstat2jim-p2015-03-271-7/+5
|
* Various fixes for vnstat2 for 2.2 and others. Version bump for new binaries.jim-p2015-02-033-38/+64
|
* Update vnstat PHP frontend to 1.5.2, disable PHP error reporting.jim-p2014-12-1126-170/+801
|
* Fix a whole bunch of invalid version tests.jim-p2014-04-102-4/+4
|
* Fixup URLs:Renato Botelho2014-03-181-31/+31
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* %P to %p for freebsd strftime compatiblityBryan Paradis2014-02-251-1/+1
|
* %P to %p for freebsd strftime compatiblityBryan Paradis2014-02-251-1/+1
|
* Moved php files into additional filesBryan Paradis2014-02-215-9/+0
| | | | | | | bin folder renamed to www abc files renamed to php removed delete lines in vnstat2.inc for php files removed install lines in vnstat2.inc for php files
* Move www files into additional filesBryan Paradis2014-02-211-8/+8
| | | | | rename bin to www move files to additional files and remove from installation script.
* Remove line as request by ermalBryan Paradis2014-02-211-1/+0
| | | | | | | "ermal added a note 27 minutes ago repo collab Please remove this line." exec("cd /var/db/pkg/ && pkg_delete `ls | grep vnstat`");
* Menu name capitalizationBryan Paradis2014-01-271-1/+1
|
* fixed uninstall of vnstat.conBryan Paradis2014-01-231-1/+1
|
* EOL conversionBryan Paradis2014-01-235-1/+5
|
* updated vnstat.inc path in two xmlBryan Paradis2014-01-232-2/+2
|
* vnstat2.xml paths + additional vnstat_php_frontendBryan Paradis2014-01-231-14/+124
|
* updated vnstat2.inc paths, indents, uninstallBryan Paradis2014-01-221-19/+17
|
* added vnstat_php_frontend moving away from tarBryan Paradis2014-01-2223-0/+2562
|
* removed redundant commentBryan Paradis2014-01-161-1/+0
|
* Corrected the .abc file paths!Bryan Paradis2014-01-161-4/+4
| | | They were pointed at files.pfsense.org before
* updated additional package for php front end 1.5.1Bryan Paradis2014-01-161-1/+1
|
* comments, vnstat conf version #, indentsparawizard2014-01-151-0/+1
|
* Update to frontend 1.5.1; fixesparawizard2014-01-151-51/+8
| | | | | | | | | | | | | | | | | | | | vnstat_php_frontend-1.5.1: -replaced the depreciated split() function with explode(); -renamed vnstat_php_frontend-1.5.1-updated config.php generation: -added two new static variables for vnstat_php_frontend-1.5.1; $locale and $language -updated version number // Unpack and move Vnstat frontend exec("cd .."); exec("tar -zxovf /usr/local/pkg/vnstat_php_frontend-1.5.1-updated.tar.gz"); exec("mv vnstat_php_frontend-1.5.1-updated /usr/local/www/vnstat2"); $locale = "\$locale = 'en_US.UTF-8';"; $language = "\$language = 'en';"; $locale $language
* Added links to fix pbi problem /w i386 and amd64 parawizard2014-01-151-0/+3
| | | | | | Line 154 // Check for pbi install and arch type then create symlinks if (file_exists('/usr/pbi/vnstat-i386')) { exec("ln -s /usr/local/etc/vnstat.conf /usr/pbi/vnstat-i386/etc/vnstat.conf"); } if (file_exists('/usr/pbi/vnstat-amd64')) { exec("ln -s /usr/local/etc/vnstat.conf /usr/pbi/vnstat-amd64/etc/vnstat.conf"); }
* Fix/relocate a bunch of missing files/dependencies for binaries that were ↵jim-p2013-05-281-5/+5
| | | | removed from git but lingered on www rather than files.
* [vnstat2] On pfsense upgrade don't move DB dir as vlan filenames will be wrongPerry Mason2011-02-261-1/+2
|
* [vnstat2] Use the correct variablePerry Mason2011-01-241-1/+1
|
* [vnstat2] Update names correctlyPerry Mason2011-01-233-5/+4
|
* [vnstat2] Don't forget write_configPerry Mason2011-01-061-0/+1
|
* [vnstat2] Don't forget friendly desciptionPerry Mason2011-01-061-1/+2
|
* [vnstat2] Make php frontend an optionPerry Mason2011-01-054-10/+30
|
* [vnstat2] use friendly description in vnstatiPerry Mason2010-12-221-1/+2
|
* [vnstat2] I should really clear that cachePerry Mason2010-12-221-9/+9
|
* [vnstat2] Change vnstati, fix monthrate on install, add go back linkPerry Mason2010-12-227-31/+54
|
* [vnstat2] dot is betterPerry Mason2010-12-161-7/+7
|
* [vnstat2] add filesPerry Mason2010-12-163-0/+308
|
* [vnstat2] extra option added, going betaPerry Mason2010-12-164-5/+50
|
* [vnstat2] Change how cron is added or removedPerry Mason2010-12-141-44/+52
|
* [vnstat2] Correct iface title and no need for vnstat.confPerry Mason2010-12-092-27/+3
|
* [vnstat2]moving db to conf dir to handle slice change. improve sync and ↵Perry Mason2010-12-072-14/+30
| | | | upgrade Ticket #524
* [vnstat2] fix file permissionPerry Mason2010-07-011-1/+1
|
* [vnstat2] adding bash filePerry Mason2010-07-013-21/+14
|
* [vnstat2] on vnstat cron update use mount_rwPerry Mason2010-07-011-1/+21
|
* [vnstat2] add file and dir exists checkPerry Mason2010-07-011-3/+4
|
* [vnstat2] deinstall morePerry Mason2010-07-011-1/+3
|
* [vnstat2] additional xml file neededPerry Mason2010-06-301-0/+5
|
* [vnstat2] adding monthrotate and vnstatiPerry Mason2010-06-303-2/+178
|
* [vnstat2] enable new db dir in default confPerry Mason2010-06-301-1/+1
|
* [vnstat2] more nanobsd friendlyPerry Mason2010-06-303-3/+36
|
* [vnstat2] going convertPerry Mason2010-06-111-2/+2
|
* [vnstat2] missing ifname_outPerry Mason2010-06-111-1/+1
|