From: Robson P <bid...@ya...> - 2005-05-17 23:39:10
|
Hi I want to monitor if a network drive this connect or disconnect, but this network drive this in servers windows. example: I have three server windows "A,B and C", the server has "A" network drive of servers B and C, I want monitor these network drive that they are in the server "A". I want to know if it this connect or disconnect has network drive. of this already very thank you --- Colin Stubbs <co...@in...> escreveu: > What do you mean by net mapping ? Checking on how > many hosts are up on a subnet ? > > nmap -sP -vv -nR 202.142.32.0/24 | grep "appears to > be up" >\ > /usr/lib/zabbix/baseline/202.142.32.0-24.nmap > > And configure zabbix_agentd with a UserParameter > something like this .... > > UserParameter=netmap[202.142.32.0-24],nmap -sP -vv > -nR 202.142.32.0/24 | grep "appears to be up" | diff > - /usr/lib/zabbix/baseline/202.142.32.0-24.nmap | > grep Host | wc -l > > That will produce a numerical count of the number of > hosts that are not up based on the difference > between the baseline and the current network map. > > Personally I'd prefer a cron script that emailed me > with the diff, but you could do it this way, raise > an alert and then investigate the issue I suppose. > > Alternatively, and more likely I suppose, you're > asking about something else entirely ? > > Regards > > Colin Stubbs > > Systems Engineer > > IntraPower Pty Ltd > Level 14, 167 Eagle Street > Brisbane QLD 4000 > Australia > Phone: +61 7 3032 3030 > Fax +61 7 3032 3001 > Email: su...@in... > > -----Original Message----- > From: Robson P [mailto:bid...@ya...] > Sent: Tuesday, 17 May 2005 6:00 AM > To: zab...@li... > Subject: [Zabbix-users] monitor the availability of > a net mapping? > > Hi, > > Would like to know if the Zabbix can monitor the > availability of a net mapping? and as I must > configure > for monitor the net mapping? > > Thank´s > > > > > > ____________________________________________________Yahoo! > Mail, cada vez melhor: agora com 1GB de espaço > grátis! http://mail.yahoo.com.br > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space > Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click > _______________________________________________ > Zabbix-users mailing list > Zab...@li... > https://lists.sourceforge.net/lists/listinfo/zabbix-users > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space > Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_idt12&alloc_id344&op=click > _______________________________________________ > Zabbix-users mailing list > Zab...@li... > https://lists.sourceforge.net/lists/listinfo/zabbix-users > ____________________________________________________Yahoo! Mail, cada vez melhor: agora com 1GB de espaço grátis! http://mail.yahoo.com.br |