FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


Sidebar


Top     SiteMap

Manager Server

Target Server

$FHHOME/bin/xxx.sh | xxxx.exp













.

fhscripts:fh:fhping.sh.html



This is an old revision of the document!



FastHandle Scripts

fhping.sh - check ping

About fhping.sh


Operation

$ fhghost  "*"  hosts/test | fhping.sh


fhping.sh

#!/bin/bash
#================================================
# fhping.sh
#
# How to use
#     fhghost  "*"  hosts/test | fhping.sh
#================================================

cat $1 |grep -Ev "^#|^$" |awk {'print $1'} |fping -t 250 2>/dev/null

exit








FastHandle Scripts



fhscripts/fh/fhping.sh.html.1512149976.txt.gz ยท Last modified: 2017/12/02 02:39 by kurihara