Setting up
S.M.A.R.T. and HDD temperature monitoring widgets requires super
user priviledges. You need to add webserver account to sudoers.
Just run visudo command and add to User privilege specification
section next lines:
wwwrun ALL=NOPASSWD: /usr/sbin/smartctl
wwwrun ALL=NOPASSWD: /usr/sbin/hddtemp
SMB monitoring widgets requires super user priveledges. You need
to add webserver account to sudoers. Just run visudo command and
add to User privilege specification section next lines:
wwwrun ALL=NOPASSWD: /usr/bin/smbstatus
Control panel configuration file is /system/json/settings.json.
Available options:
| lang |
ru en ... |
Default languag. You can specify one of installed
languages.
|
| langs |
"en" : "English"
"ru" : "Русский"
...
|
Available languages. |
| dim_on_create |
true false |
Widgets runs semi-transparent until data is loaded. |
| check_files_rights |
true false |
Check files and directories rights on startup. |
| check_hdd_temp_interval |
0 .. 86400 |
HDD temperature checking interval (in seconds). |
| check_smart_interval |
0 .. 86400 |
HDD S.M.A.R.T checking interval (in seconds). |
You can find applications list in /system/apps/apps.json.
Control panel checks dependencies and run applications if they
are ok. You can manually disable application by removing string
with it from this file.
About
CAI CP
Version _._. Build date __.__.____
Author: Alexander Chebykin
This product partially based on
Linux Dash
project.