| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Super Awesome way to manage health checks for VMWare, Palo Alto, network config, etc. and display captured data over time
#Testing There are a couple tests that work with the remote git repository and code. These require a username and password passed in via command line for maven or set in the environment variables of the IDE. The following is required to be set to make the tests passs: *-Dgit.username=your.email@email.com *-Dgit.password=yourPass
Currently the remote URL for the repository is hard coded in the application.yml file.
request from service includes:
response from server includes an array of objects that were updated since the timestamp in the request:
in a limited configuration such as what we are building, there's really just two jobs to speak of:
it's not strictly necessary to go any further than this, but this sort of mechanism could be used, for instance, to granularize the checks themselves. say, we set up a schedule to ring checks 1-10 daily at 7pm, but check 11 runs once every two hours, and check 12 runs every half hour. or we could set up a separate daily task to run a backup report.
in what format/method does the service need to send the response data back to the server?
Job: something that the client's service runs Check: something that the client's powershell runs
| Back | FazBrowse Home | New Git URL |