App-Validation-Automation
view release on metacpan or search on metacpan
lib/App/Validation/Automation.pm view on Meta::CPAN
MAX_REQ = 10
#Minimum distinct redirected uris to ascertain Load Balancing
#and DNS round robin is working fine
MIN_UNQ = 2
#Log file extension
LOG_EXTN = log
#Print SSH debugging info to STDOUT
DEBUG_SSH = 1
#Try SSH2 protocol first and then SSH1
SSH_PROTO = '2,1'
#Private keys for each server(AA,KA...) used for SSH
ID_RSA = /home/user/.ssh/id_rsa_AA,/home/user/.ssh/id_rsa_KA
MAIL_TO = 'xyz@yahoo.com,123@gmail.com'
PAGE_TO = '8168168164@vodafone.in'
FROM = xy@localhost.com
SMTP = localhost.com
#Text file containing Encrypted password for USER
ENC_PASS_FILE = pass.txt
DEFAULT_HOME = /home/App/Validation
LOG_DIR = /home/App/Validation/log
#Log file retention period, delete log file older than 5 days
RET_PERIOD = 5
#Main Weblink used for Load Balancing and DNS round robin test
LINK = http://cpan.org
#Remote command fired to get process count.%s is replaced process name
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
Varun Juyal, C<< <varunjuyal123@yahoo.com> >>
=head1 BUGS
Please report any bugs or feature requests to C<bug-app-validation-automation at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-Validation-Automation>. I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc App::Validation::Automation
Also check out the script under script/ for a full blown example on how to use this
suite.
You can also look for information at:
=over 4
=item * RT: CPAN's request tracker (report bugs here)
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Validation-Automation>
=item * AnnoCPAN: Annotated CPAN documentation
L<http://annocpan.org/dist/App-Validation-Automation>
=item * CPAN Ratings
L<http://cpanratings.perl.org/d/App-Validation-Automation>
=item * Search CPAN
L<http://search.cpan.org/dist/App-Validation-Automation/>
=back
=head1 ACKNOWLEDGEMENTS
=head1 LICENSE AND COPYRIGHT
Copyright 2011 Varun Juyal.
This program is free software; you can redistribute it and/or modify it
( run in 2.326 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )