Service Watcher
## Maven Deployment
./rebuild.sh
The above script cleans, compiles and fetches projects' dependencies using Maven.
./deploy.sh <path>
- Takes a path as a parameter (relative or full-path)
- Runs rebuild.sh
- Creates a folder structure at the specified path
- \/ServiceWatcher/target/lib
- Finally inserts all the needed files in order to run the programme.
<path>
└── ServiceWatcher # run scripts, *.properties files, sw.log and email template.
└── target # ServiceWatcher compiled jar file.
└── lib # all dependencies are located here.
## List of properties
more
- concurrentThreads
- smtpSendMailOnSuccess
- smtpSendActivityEmailInterval
- httpResponseTimeout
- ldapResponseTimeout
- socketDieInterval
- sendMailUpdates
- smtpHost
- smtpPort
- smtpUsername
- smtpPassword
- autoRefreshIntervals
- to