Linfo
From Amahi Wiki
- There are 5 plug-in modules installed, but disabled by default:
- Cups: Show cups printer status and job queue.
- Samba: Samba server connections, their users, and locked (opened) files.
- Truecrypt: Show mounted truecrypt volumes, their types, size, etc.
- Dhcp3: Show current leases in dhcpd3 server.
- Change the following lines in /var/hda/web-apps/linfo/html/config.inc.php from false to true for the ones you want enabled:
$settings['extensions']['smb'] = false; $settings['extensions']['cups'] = false; $settings['extensions']['truecrypt'] = false; $settings['extensions']['dhcpd3_leases'] = false;
- There is also one additional plug-in module available:
soldat: Show the status (current map,gamemode,players,scores,etc) of multiple Soldat dedicated game servers.
- To install it:
- Download it to the /var/hda/web-apps/linfo directory
- Extract the php file and place it in /var/hda/web-apps/linfo/html/lib directory
- Add the lines from the included README file to the end of /var/hda/web-apps/linfo/html/config.inc.php
NOTE: As additional plug-in modules become available, they will be added to the application or posted here.