summaryrefslogtreecommitdiffstats
path: root/health-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug with ip command by setting PATH for io.popen calls in health.Ted Trask2009-09-071-11/+13
|
* Output 'apk version --index' in general health.Mika Havela2009-09-041-1/+10
| | | | | If 'apk verions --index' fails to give output, we fallback to displaying /etc/alpine-release. Last option is to display 'Unknown' (if neither of the above works).
* Fixed bug with hard drive status.Ted Trask2009-06-031-1/+1
|
* Attempt to add other mounted hard drives to status list.Ted Trask2009-06-011-1/+1
|
* Update for alpine 1.9 openrc and minor changes for RAM disk and modules.Ted Trask2009-05-261-2/+2
|
* Added escapespecialcharacters to format.lua to escape shell special ↵Ted Trask2009-01-211-2/+2
| | | | | | characters. Reviewed all calls to io.popen and os.execute to escape special characters. Fixed file uploads in openssl and ipsectools with viewfunctions.lua. Tried to fix openssl renew when subject contains special characters, but not done yet. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-131-4/+4
| | | | | | within create_file and write_file. Reviewed each read_file call to make sure handles nil return value. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified health to add sda harddrives to storage health.Ted Trask2008-10-241-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1566 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified netword stats to not need iproute2.Ted Trask2008-09-171-14/+11
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1470 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added dynamic network activity page to health controller.Ted Trask2008-09-061-0/+25
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1452 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified health controller to use cfe's and added support for multiple ↵Ted Trask2008-05-241-26/+44
| | | | | | floppy and hard drives. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1181 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Using 'ip addr' and 'ip route' instead.Mika Havela2008-04-081-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@956 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed code to reflect changes in lib/format.luaMika Havela2008-01-251-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@653 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added information on alpine versionMika Havela2008-01-241-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@642 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added graphic-bars to show usage/free on some valuesMika Havela2007-12-221-3/+18
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@448 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Display general healt on the systemMika Havela2007-12-221-0/+62
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@447 ab2d0c66-481e-0410-8bed-d214d4d58bed