https://github.com/woodman-sh/template-vss
Zabbix template for Windows VSS
https://github.com/woodman-sh/template-vss
monitoring shadow-copy vss windows zabbix-templates
Last synced: 3 months ago
JSON representation
Zabbix template for Windows VSS
- Host: GitHub
- URL: https://github.com/woodman-sh/template-vss
- Owner: woodman-sh
- Created: 2024-11-14T13:24:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T09:50:38.000Z (7 months ago)
- Last Synced: 2025-01-21T00:40:49.208Z (5 months ago)
- Topics: monitoring, shadow-copy, vss, windows, zabbix-templates
- Language: PowerShell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Monitoring Windows Shadow Copies (VSS) with Zabbix
### Description
This template is designed for monitoring the Volume Shadow Copy Service (VSS) on Windows servers, using Zabbix Agent and PowerShell scripts. It has been tested with Zabbix versions 5 to 7 LTS and supports monitoring of shadow copy status and creation times.
##
### ItemsThe template allows tracking of the following parameters:
- **Number of shadow copies** on each disk.
- **Date and time of the oldest** shadow copy.
- **Date and time of the newest** shadow copy.
- **Date and time of the newest** in UNIX format.### Triggers
- **[{#DISKNAME}] Shadow copies not found**: triggers if the number of shadow copies is zero.
- **[{#DISKNAME}] Last shadow copy older than 72 hours**: triggers if the newest copy is older than 3 days.
##
### Installation1. **Copy scripts**: Transfer the scripts from the scripts folder to the host where Zabbix Agent is installed.
2. **Configure settings**: Add UserParameter entries to the Zabbix Agent configuration file.
3. **Restart the agent**: Update the agent configuration by restarting the Zabbix Agent.
4. **Import the template**: Upload the 'Template VSS Windows' file to the Zabbix server and attach it to the host.
##
If you have any questions or suggestions for improving the template, please create an Issue on GitHub.