Very vague but basically you can do all kinds of network monitoring with perl. Go tho CPAN and look for modules. I think there is one called NET::Ping . Write a script that does what you want and displays results (current stats) in html or a script that writes results to a database/file and the a web accessable script to display it ( archived stats ).
You can even have scripts that can monitor different things and email you if something bad happens. That's a nice use for perl and network monitoring. Dan -----Original Message----- From: George Schlossnagle [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 10:45 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Help!!! Not in Perl (though you can write extensions for it in Perl), but try Netsaint (now Nagios): http://www.nagios.org/. George On Monday, January 6, 2003, at 11:55 AM, Jose Vicente Paredes Loor wrote: > > Hi, friends. > > I am looking for a script(or a group of them) to monitor my network,i > mean, i want to ping from one server and collect the data in some web > page maybe, and show the ping result from all my servers in only one > page. I have scripts to make ping from the server, but i dont know how > to collect the data to show them after. > I need to know when i dont have internet from a specific server. > > Please help me. > > Thanks in advance. > > > > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]