Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / nfsexports
blob35a5159f10f4403d74ab606d1454f74f97c89468
1 title: NFS exports
2 agents: linux
3 catalog: os/services
4 license: GPL
5 distribution: check_mk
6 description:
8  This check validates NFS exports on a NFS file server.  It looks at exports
9  defined both in {/etc/exports} (classic way) or exports that are defined
10  using {exportfs} by a cluster management software.  It uses the native NFS
11  toolset for queriying this information and notices errors in the NFS server
12  daemons or portmapper.
14  If you want to use this check then you will have to install the appropriate
15  agent plugin.
17 item:
18  The name of the NFS export, which is the name of the exported filesystem.
20 inventory:
21   All NFS exportss are found automatically. This is done
22   using showmount -e (not /proc)