From a0c99f08777fb9d3fbbc620aeeb0f0500a761036 Mon Sep 17 00:00:00 2001 From: Alex van den Hoogen Date: Tue, 26 Nov 2019 21:51:29 +0100 Subject: [PATCH] Added Post Processing Jobs to NZBGet component (#11279) This adds the documentation for an extra sensor entry for the number of post-processing jobs in the NZBGet component. --- source/_integrations/nzbget.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/nzbget.markdown b/source/_integrations/nzbget.markdown index 65a743d2198..621c9967246 100644 --- a/source/_integrations/nzbget.markdown +++ b/source/_integrations/nzbget.markdown @@ -62,6 +62,7 @@ This component will create these sensors: - `nzbget_speed`: Current download rate in MB/s. - `nzbget_queue_size`: Remaining size to download in MB. - `nzbget_disk_free`: Free disk space at the storage location of NZBGet. +- `nzbget_post_processing_jobs`: Number of Par-Jobs or Post-processing script jobs in the post-processing queue. - `nzbget_post_processing_paused`: Whether post processing is paused. - `nzbget_uptime`: NZBGet server uptime. - `nzbget_size`: Amount of data downloaded since server start in MB.