homepage/docs/widgets/services/openmediavault.md
shamoon 19c25713c4 Run pre-commit hooks over existing codebase
Co-Authored-By: Ben Phelps <ben@phelps.io>
2023-10-18 09:49:33 -07:00

761 B

title, description
title description
OpenMediaVault OpenMediaVault Widget Configuration

Provides useful information from your OpenMediaVault

widget:
  type: openmediavault
  url: http://omv.host.or.ip
  username: admin
  password: pass
  method: services.getStatus # required

Methods

The method field determines the type of data to be displayed and is required. Supported methods:

services.getStatus: Shows status of running services. Allowed fields: ["running", "stopped", "total"]

smart.getListBg: Shows S.M.A.R.T. status from disks. Allowed fields: ["passed", "failed"]

downloader.getDownloadList: Displays the number of tasks from the Downloader plugin currently being downloaded and total. Allowed fields: ["downloading", "total"]