1 / 10

autostatus

autostatus. Graduate Student: Yan-Shiang Wang Adviser: Quincy Wu. outline. work principle install and operate similar application. what is autostatus ?. network and server monitoring program speed efficiency accuracy dependency http://www.angio.net/consult/autostatus/.

Download Presentation

autostatus

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. autostatus Graduate Student: Yan-Shiang Wang Adviser: Quincy Wu

  2. outline • work principle • install and operate • similar application

  3. what is autostatus ? • network and server monitoring program • speed • efficiency • accuracy • dependency • http://www.angio.net/consult/autostatus/

  4. work principle • ICMP (Internet Control Message Protocol) • fping

  5. ICMP(Internet Control Message Protocol) • error detect and response • ensure the network connecting state and accuracy • deliver by IP • Echo Request/Reply type=8/0 ex: ping • Destination Unreachable type=3 • Source Quench type=4 • Routing redirect type=5 • Time Exceeded type=11 ex: traceroute • IP header error type=12 • Address Mask Request/Reply type=17/18

  6. fping • a ping(1) like program which uses the ICMP echo request to determine if a host is up. • you can specify any number of hosts on the command line, or specify a file containing the lists of hosts to ping. • fping will send out a ping packet and move on to the next host in a round-robin fashion. • fping -A :show systems that are alive even DNS name • fping -c # :echo number of request packets • fping -d :input a ip address and print hostnames • fping -e :show round-trip time of packet • fping -q :just show exit status

  7. install and operate • perl5.0 required • fping required • tar zxvf autostats-1.2.1.tar.gz • make install clean • edit configure file • edit hosts file • run

  8. configure file • statusfile /home/autostatus/local.status • hostfile /home/autostatus/local.hosts • baseurl http://10.10.16.87/~autostatus/autostatus • iconurl http://10.10.16.87/~autostatus/icons • outpage /home/autostatus/public_html/index.html • email root@localhost • emerg root@localhost • content_subject on

  9. hosts file • %HTML: <TR><td colspan=3><font size="+1"><B>Routers</font></b></TR> • mygw10.10.16.254noneautostatus@localhostmain gateway • %HTML: <TR><td colspan=3><font size="+1"><B>Servers</font></b></TR> • csiewww.csie.ncnu.edu.twmygwautostatus@localhostIs CSIE Alive? • k700i10.10.16.87mygwautostatus@localhostIs k700i Alive? • yahoowww.yahoo.commygwautostatus@localhostIs Yahoo! Alive? • %HTML: <TR><td colspan=3><font size="+1"><B>Services</font></b></TR> • yahoo:httpwww.yahoo.comyahooautostatus@localhostYahoo! serving? • k700i:http10.10.16.87k700iautostatus@localhost87? • csie:httpwww.csie.ncnu.edu.twcsieautostatus@localhostcsie?

  10. similar application • SNMP (Simple Network Management Protocol) • MRTG

More Related