I'd like to do a checkout - over the network - of a file or set of files on artifactory, and have zabbix alert
1. if the download fails
2. if the download exceeds a timeout threshold
- we've found that checking web server response is not adequate - the web front end can be totally happy, serve static pages, but the artifactory backend can be brain dead.
so we need to make a specific item request, and ascertain that it completes successfully
how would one do that with zabbix?
thanks
1. if the download fails
2. if the download exceeds a timeout threshold
- we've found that checking web server response is not adequate - the web front end can be totally happy, serve static pages, but the artifactory backend can be brain dead.
so we need to make a specific item request, and ascertain that it completes successfully
how would one do that with zabbix?
thanks
Comment