ntop
3.0
Diagnostics: ntop Settings
Change
pkg_edit.php?xml=ntop.xml&id=0
ntop
ntop.sh
ntop
NTOP bandwidth monitoring/graphing
ntop Settings
/pkg_edit.php?xml=ntop.xml&id=0
Access ntop
http://$myurl:3000
ntop Admin Password
password
Enter the password for the NTOP Web GUI. Minimum 5 characters.
password
ntop Admin Password AGAIN
passwordagain
password
Interface
interface_array
interfaces_selection
3
lan
true
Allow merging interfaces<br>(Def: Do not merge)
allowmerge
checkbox
"ntop.sh",
"start" => $start,
"stop" => "/usr/bin/killall ntop"
)
);
if (is_service_running("ntop")) {
stop_service("ntop");
// Wait for ntop to shut down cleanly.
sleep(20);
}
if (empty($ntop_config['password']))
$ntop_config['password'] = "admin";
unlink_if_exists("/var/db/ntop/ntop_pw.db");
exec("/usr/local/bin/ntop --set-admin-password={$ntop_config['password']}");
sleep(2);
start_service("ntop");
conf_mount_ro();
config_unlock();
}
]]>
sync_package_ntop();
sync_package_ntop();
sync_package_ntop();
exec("rm /usr/local/etc/rc.d/ntop*");