skillfed

nextcloudmonitor

Python wrapper around nextcloud monitor api

nextcloudmonitor v1.5.1 73.8K downloads/30d#14,921 on PyPI
Permissive license DORMANT released

What it is and what it does

NextcloudMonitor is a Python client library that queries the Nextcloud monitor API to fetch server status, system information, and user activity metrics. It abstracts the HTTP calls to Nextcloud's monitoring endpoints behind a simple object interface, letting you access nested data like system version, active user counts, and other instance metrics through a dictionary-like structure.

The library depends only on requests and handles basic API authentication via admin credentials and app passwords. It includes error handling for API failures and supports SSL verification bypass for self-signed certificates. However, the package has been dormant for over two years, meaning it may not support recent Nextcloud API changes or receive security updates.

Use it for:

  • Monitor Nextcloud server health and version in automated dashboards or alerting systems.
  • Track active user counts and system load metrics for capacity planning.
  • Build custom admin tools that pull Nextcloud instance statistics for reporting.
  • Integrate Nextcloud status checks into DevOps monitoring pipelines.
  • Audit Nextcloud deployments by querying system metrics programmatically.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Wraps the Nextcloud monitor API to retrieve system status, user activity, and server metrics from a Nextcloud instance via Python.

Yes, if you need a lightweight Python interface to Nextcloud's monitor API and your Nextcloud version is compatible with the last release (June 2024). The permissive MIT license and low dependency footprint make it safe to adopt. However, verify that it works with your Nextcloud version first, since the package is dormant and may not support newer API changes. Not recommended if you need active maintenance or support.

Install

nextcloudmonitor on PyPI

pip

pip install nextcloudmonitor

uv

uv add nextcloudmonitor

poetry

poetry add nextcloudmonitor

Installing nextcloudmonitor

Before you install

Low install friction with a single dependency (requests). Dormant maintenance status—last release was 781 days ago—suggests the package is stable but receives no active development or bug fixes.

License in practice

MIT license (permissive) means you can use, modify, and distribute this package freely with minimal restrictions.

Quickstart

pip install nextcloudmonitor

from nextcloudmonitor import NextcloudMonitor
ncm = NextcloudMonitor("https://your_nextcloud_url", "admin_user", "app_password")
print(ncm.data['nextcloud']['system']['version'])

Requires a Nextcloud admin user account and an app-specific password generated from Nextcloud security settings.

Verify before relying

  • Whether the package works with current Nextcloud versions (last release 781 days ago).
  • Python version compatibility (requires_python not specified in metadata).
  • Whether SSL verification bypass (added in v1.2.0) is still functional.

Package facts

License not declared (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 1 — requests
Maintenance dormant — 781 days since the last release
First released
Downloads 73,849/month — #14,921 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: nextcloudmonitor-1.5.1-py3-none-any.whl

License :: OSI Approved :: MIT License

Tags

nextcloud monitoring api wrappernextcloud system status pythonnextcloud server metricsnextcloud admin api clientnextcloud health checknextcloud instance monitoringnextcloud api python library
nextcloudmonitoringapi-client

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

nc-py-api

Python client library for interacting with…

permissive · top 5,000 on PyPI

garminconnect

Python wrapper for the Garmin Connect API that…

permissive · top 15,000 on PyPI

azure-monitor-querymetrics

Query and retrieve numerical metrics data from…

permissive · top 15,000 on PyPI

azure-mgmt-monitor

Provides programmatic access to Azure Monitor…

permissive · top 5,000 on PyPI

nextcloud-mcp-server

Provides a Model Context Protocol (MCP) server…

agpl · top 15,000 on PyPI

p1monitor

Asynchronous Python client library for reading…

permissive · top 15,000 on PyPI

aiowithings

Asynchronous Python client for fetching data…

permissive · top 15,000 on PyPI

cronitor

A Python client library for Cronitor that…

permissive · top 15,000 on PyPI

aa-taskmonitor

A Django admin plugin for Alliance Auth that…

permissive · top 15,000 on PyPI

pysnc

PySnc provides a Python interface to…

permissive · top 15,000 on PyPI