Configure the Ping settings
The ping feature is capable of performing multiple quick pings to a list of target hosts. You can scan a set of local or remote hosts.
fing -p 192.168.1.1 www.lookatlan.com www.overlooksoft.com
By default ping summary is reported on console as a plain text output, but you can choose between different output formats: like text, CSV, XML and HTML. So it is actually possible not only to use it as a command line administrative tool, but also integrated with your 3rd party applications.
fing -p host -o html,ping.html or fing -p host -o xml,ping.xml