I would like to monitor Confluence plugin updates through Nagios. Whenever an update becomes available, Nagios should trigger a warning.
I can do the Nagios part, including any scripting that would be needed there. The key question is really how can I query Confluence whether it has any plugin updates available, e.g. via REST.
I have discovered the UPM rest API at /rest/plugins/1.0/, but while it provides a list of installed plugins, this does not seem to include whether an update is available.