xperimental / nextcloud-exporter

Prometheus exporter for Nextcloud servers.
MIT License
226 stars 34 forks source link

System update available information #115

Closed monofox closed 2 months ago

monofox commented 6 months ago

Currently, the nextcloud URL is called with parameter skipApps=false. Beside of this, in addition, there is a parameter available called skipUpdate which is set by default to true.

Setting this parameter skipUpdate to false will reveal in addition following information:

{
    "data": {
      "nextcloud": {
        "system": {
          "update": {
            "lastupdatedat": 1713000090,
            "available": true,
            "available_version": "28.0.4.1"
          }
        }
    }
}

Would like to propose to:

It will improve the possibility to search and monitoring for new updates.