https://github.com/netways/check_stale_nfs.sh
Icinga check plugin to check whether NFS mount are stale
https://github.com/netways/check_stale_nfs.sh
icinga monitoring plugin
Last synced: 2 months ago
JSON representation
Icinga check plugin to check whether NFS mount are stale
- Host: GitHub
- URL: https://github.com/netways/check_stale_nfs.sh
- Owner: NETWAYS
- License: gpl-3.0
- Created: 2021-03-10T12:42:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T09:56:12.000Z (over 2 years ago)
- Last Synced: 2026-03-08T03:57:21.006Z (4 months ago)
- Topics: icinga, monitoring, plugin
- Language: Shell
- Homepage: https://netways.de/
- Size: 20.5 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# check_stale_nfs.sh
A small monitoring plugin to check whether nfs mounts
on the systems are "stale" (probably the network connection
to the server vanished or something similar).
Execution is just:
```
/check_stale_nfs.sh
```
This plugin does not have a lot of features, but should be helpful
in some situations.