App-Validation-Automation
view release on metacpan or search on metacpan
lib/App/Validation/Automation.pm view on Meta::CPAN
PROCESS_TMPL = ps -eaf | grep -i %s | grep -v grep | wc -l
#Remote command fired to check filesystem.%s is replaced by filesystem name
FILESYS_TMPL = cd %s
#FQDN of remote server
[AA.xyz.com]
#Processes to verify on remote hosts along with their minimum quantity
PROCESSES = BBL:1, EPsrv:1, WEBLEPsrv:1
#Filesystems to verify on remote hosts
FILE_SYS = /test, /export/home
#FQDN of remote server
[KA.xyz.com]
#Processes to verify on remote hosts along with their minimum quantity
PROCESSES = BBL:1, EPsrv:1, WEBLEPsrv:1
#Filesystems to verify on remote hosts
FILE_SYS = /test, /export/home
#Links specific to KA server these links are checked for accessibility
LINKS = http://KA.xyz.com:7000,http://KA.xyz.com:7100
=head1 AUTHOR
( run in 0.334 second using v1.01-cache-2.11-cpan-73692580452 )