iquzart.win_check_network_drive

Windows Network Share Status Prometheus Exporter

Role Name
Quality Score
Role Downloads
Platforms
Release
License

Overview
This tool allows you to monitor the status of Windows network shares using custom metrics in Prometheus.

# HELP windows_network_share_up Status of Windows network shares. 
# TYPE windows_network_share_up gauge
windows_network_share_up{mountpoint="//example-a.file.core.windows.net/share-name-x"} 1
windows_network_share_up{mountpoint="//example-b.file.core.windows.net/share-name-y"} 1

Requirements
Make sure you have the Windows exporter installed and set up to read text files from C:\Prometheus\custom_metrics\promfiles\*.prom.

Example Playbook
Here’s a simple example of how to use this tool:

- hosts: servers
  roles:
     - { role: iquzart.win-check-network-drive, network_drives: 'Z:\' }

License
This tool is licensed under the MIT License.

Author
Created by Muhammed Iqbal - [email protected]

Informazioni sul progetto

Prometheus custom metrics to checks the status of shared network drives

Installa
ansible-galaxy install iquzart.win_check_network_drive
Licenza
Unknown
Download
498
Proprietario
Open Source Enthusiast