Skip to content
/ nfsmon Public

nfsmon is a simple golang library for monitoring nfs mounts; it provides the opportunity to remount if it is stale

License

Notifications You must be signed in to change notification settings

glinton/nfsmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfsmon

Build Status GoDoc

nfsmon provides simple monitoring for NFS mounts. When a stale mount is detected, a user defined remount function is called.

Example Use:

package main

import "context"
import "github.com/glinton/nfsmon"

func main() {
  ctx := context.Background()
  nfsmon.Watch(ctx)
}

About

nfsmon is a simple golang library for monitoring nfs mounts; it provides the opportunity to remount if it is stale

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published