WebAPI to access Rundeck uptime and status
Reported by Alex-SF | April 25th, 2011 @ 04:26 PM | in Rundeck 1.3 (closed)
C/O Cj.
Create an API that returns data about rundeck service info
(slightly inspired by apache mod-status).
- Uptime: Time since startup
- Number errors (by http error code?, by sql)
- Number requests
- Memory utilization, threads?
- Quartz scheduler stats?
- Others?
Of course depends on accessibility of the data. Might consider a grails plugin?
Comments and changes to this ticket
-
Deleted User April 25th, 2011 @ 05:48 PM
This may be outside the scope of the ticket, but a histogram of the different result codes returned from the command. I.e. 0:140, -1:3, 128:10, 137:1, etc. would be helpful, where the first element is the return code and the second number is the count.
-
Alex-SF June 1st, 2011 @ 10:42 AM
- Tag changed from needs_merge to customer request, needs_merge
- Milestone order changed from 24 to 0
-
Deleted User June 2nd, 2011 @ 03:32 PM
(from [7f882fa97c886befb157f78d721bbee91ee30c6b]) Add /api/1/system/info endpoint with some stats [#261] https://github.com/dtolabs/rundeck/commit/7f882fa97c886befb157f78d7...
-
Greg Schueler June 2nd, 2011 @ 03:52 PM
- Tag changed from customer request, needs_merge to customer request
-
Greg Schueler June 2nd, 2011 @ 03:52 PM
- State changed from new to needs_verification
-
Greg Schueler June 3rd, 2011 @ 04:18 PM
- Assigned user set to Greg Schueler
-
Alex-SF June 8th, 2011 @ 09:32 AM
- State changed from needs_verification to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Tags
Referenced by
- 299 WebAPI to access Rundeck uptime and status (1.2.1) reference #261
- 261 WebAPI to access Rundeck uptime and status (from [7f882fa97c886befb157f78d721bbee91ee30c6b]) Add /ap...