Skip to content
Snippets Groups Projects
Commit b182ebf5 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update help

parent 1c9289ae
No related branches found
No related tags found
1 merge request!51Fix SNMP netio
...@@ -4,22 +4,23 @@ ...@@ -4,22 +4,23 @@
**check_snmp_data** is a plugin for fetching performance data with a set of given OIDs. **check_snmp_data** is a plugin for fetching performance data with a set of given OIDs.
It can handle current values (i.e. load or cpu usage) and counter values (i.e. network io). It can handle current values (i.e. load / cpu usage / disc usage) and counter values (i.e. network io).
## Syntax ## Syntax
``$ check_snmp_data -h HOSTNAME [-C COOMMUNITYSTRING] -v -m METHOD`` Start the script without parameter to get the help.
### Parameters
Starting the script without parameters shows a help.
```txt ```txt
______________________________________________________________________
CHECK_SNMP_DATA
v0.6
SNMP performance data v1.0 (c) Institute for Medical Education - University of Bern
Licence: GNU GPL 3
______________________________________________________________________
University of Bern * Institute of Medical Education SNMP performance data of Synology storages.
GNU GPL 3.0
USAGE: USAGE:
./check_snmp_data -h hostname [-C communitystring] -m method ./check_snmp_data -h hostname [-C communitystring] -m method
...@@ -34,6 +35,7 @@ PARAMETERS: ...@@ -34,6 +35,7 @@ PARAMETERS:
load System load load System load
netio Network IO (experimental) netio Network IO (experimental)
synotemp Synology NAS temperature synotemp Synology NAS temperature
disc Disc usage
EXAMPLE: EXAMPLE:
./check_snmp_data -h 192.168.100.12 -v -m cpu ./check_snmp_data -h 192.168.100.12 -v -m cpu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment