If you select Views-Interfaces and events you will see
at your left hand colums of the zones that you have and the interfaces attached
to that zone.
If you select Views-Host and events you won’t get the zone
colums at the left hand.
I am interested in when selecting hosts and interf
On Mon, Aug 15, 2005 at 09:15:00PM -0700, mallik rao wrote:
> /opt/jffnms/conf/config.parse.func.inc.php on line 19
> [client 192.168.100.1] PHP Warning: preg_match:
> internal pcre_fullinfo() error -3 in
A mis-match with what PHP thinks and the library thinks, pcre should be.
> ./configure --wi
On Tue, Aug 16, 2005 at 09:10:35AM +0530, Anil_Appala wrote:
> Can u give me the commands for backup using mysqldump,how can I restore
> the db?
Depends on a lot of factors, like what username to use and what host,
but,
mysqldump -u myusername -p myjffnmsdb > myjffnmsdb.sql
should dump it, depenin