Skip to content

Simple plugin to expose uptime status to unauthenticated users

License

Notifications You must be signed in to change notification settings

jenkinsci/anonymous-uptime-check-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Anonymous Uptime Check Plugin

Allows unauthenticated access to check ability to run new jobs at /anonymousUptimeCheck. If Jenkins is quieting down, the response is a 503, otherwise a success 200 json repsonse.

This plugin can be used for external tools (pingdom, uptrends, pagerduty, etc.) to check track uptime statics of Jenkins instance.

Building the Project

Dependencies

  • [Apache Maven][maven] 3.0.4 or later

Targets

  $ mvn clean install

Installing Plugin (Locally)

  1. Build the project to produce target/anonymous-uptime-check.hpi
  2. Copy target/anonymous-uptime-check.hpi to $JENKINS_HOME/plugins/
  3. Start/Restart Jenkins

About

Simple plugin to expose uptime status to unauthenticated users

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages