Files
webmin/system-status/systeminfo.pl
2014-12-07 10:57:35 -08:00

12 lines
295 B
Perl
Executable File

#!/usr/local/bin/perl
# Collect various pieces of general system information, for display by themes
# on their status pages. Run every 5 mins from Cron.
use strict;
use warnings;
package system_status;
$main::no_acl_check++;
require './system-status-lib.pl';
&scheduled_collect_system_info();