https://github.com/macrat/ayd-smb-probe
SMB protocol plugin for Ayd alive monitoring tool
https://github.com/macrat/ayd-smb-probe
alerting ayd monitoring smb
Last synced: 12 months ago
JSON representation
SMB protocol plugin for Ayd alive monitoring tool
- Host: GitHub
- URL: https://github.com/macrat/ayd-smb-probe
- Owner: macrat
- License: mit
- Created: 2021-05-03T13:30:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T09:53:49.000Z (over 1 year ago)
- Last Synced: 2025-07-04T01:08:09.653Z (12 months ago)
- Topics: alerting, ayd, monitoring, smb
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ayd-smb-probe
=============
[](https://github.com/macrat/ayd-smb-probe/actions/workflows/ci.yml)
SMB protocol plugin for [Ayd?](https://github.com/macrat/ayd) status check service.
## Install
1. Download binary from [release page](https://github.com/macrat/ayd-smb-probe/releases).
2. Save downloaded binary as `ayd-smb-probe` to somewhere directory that registered to PATH.
## Usage
``` shell
$ ayd smb://username:password@hostname.example.com/share/path/to/file
```
This example is check if can access to `\\hostname.example.com\share\path\to\file` with `username` and `password`.
The path to file or directory is optional.
The username and password is also optional. It uses `guest` as username if omitted.