Revert "Add Veeam job summary item prototype"
This reverts commit 6b2c6c6392.
This commit is contained in:
18
README.md
18
README.md
@@ -43,8 +43,7 @@ This repository contains PowerShell scripts for Veeam Backup & Replication:
|
||||
"last_state": "Stopped",
|
||||
"result": "Success",
|
||||
"restore_points": 14,
|
||||
"restore_points_text": "14",
|
||||
"summary": "Enabled: yes | Last: 2026-07-16 01:00:00 | Next: 2026-07-17 01:00:00 | Result: Success | Restore points: 14"
|
||||
"restore_points_text": "14"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -71,7 +70,6 @@ veeam.job.last_run[{#VEEAMJOBKEY}]
|
||||
veeam.job.next_run[{#VEEAMJOBKEY}]
|
||||
veeam.job.result[{#VEEAMJOBKEY}]
|
||||
veeam.job.restore_points[{#VEEAMJOBKEY}]
|
||||
veeam.job.summary[{#VEEAMJOBKEY}]
|
||||
```
|
||||
|
||||
`{#VEEAMJOBNAME}` is stored as a tag named `veeam_job`, so Zabbix views and
|
||||
@@ -79,18 +77,6 @@ dashboard widgets can group or filter the discovered items by job name. The
|
||||
legacy `veeam.jobs.table` item remains available as a quick text overview, but
|
||||
the discovered items are the preferred way to build a dashboard.
|
||||
|
||||
For a compact dashboard list, use the discovered summary item:
|
||||
|
||||
```text
|
||||
Veeam job [JOB_NAME]: Summary
|
||||
```
|
||||
|
||||
It displays one line per job:
|
||||
|
||||
```text
|
||||
Enabled: yes | Last: 2026-07-16 01:00:00 | Next: - | Result: Success | Restore points: 14
|
||||
```
|
||||
|
||||
## Zabbix dashboard idea
|
||||
|
||||
Create a dashboard named `Veeam Jobs` for hosts linked to the `Veeam Backup Jobs`
|
||||
@@ -105,7 +91,7 @@ Suggested widgets:
|
||||
| Top row | Item value | `veeam.jobs.disabled` |
|
||||
| Top row | Item value | `veeam.jobs.error` |
|
||||
| Top row | Item value | `veeam.jobs.warning` |
|
||||
| Middle | Item list | discovered `Veeam job [*]: Summary` items |
|
||||
| Middle | Top hosts or item list | discovered `veeam.job.*` items |
|
||||
| Bottom left | Item value or item list | `veeam.jobs.error.names` |
|
||||
| Bottom center | Item value or item list | `veeam.jobs.warning.names` |
|
||||
| Bottom right | Item value or item list | `veeam.jobs.disabled.names` |
|
||||
|
||||
Reference in New Issue
Block a user