To check ipv6 equipment, use the following syntax (``udp6:[xxxx]``):
...
...
@@ -490,7 +490,7 @@ What does ``--dyn-mode`` option do ?
------------------------------------
With the option, you can used a mode with a plugin. It commonly used for database checks.
For example, i have an application which stores some monitoring information on a database. The developer can use another plugin to create the check (no need to do the SQL connections,... It saves time):
For example, I have an application which stores some monitoring information on a database. The developer can use another plugin to create the check (no need to do the SQL connections,... It saves time):
@@ -502,7 +502,7 @@ For example, i have an application which stores some monitoring information on a
A mode using the following system must notice it (in the help description). So you should open the file with an editor and read at the end the description.
------------------------------------
How can i check the plugin version ?
How can I check the plugin version ?
------------------------------------
You can check the version of plugins and modes with option ``--version``:
...
...
@@ -523,7 +523,7 @@ For example, we want to execute the mode only if the version >= 2.x:
UNKNOWN: Not good version for plugin mode. Excepted at least: 2.x. Get: 1.0
-------------------------------------
Can i have one standalone Perl file ?
Can I have one standalone Perl file ?
-------------------------------------
We have done some tests and it will cost around 4% more of execution time. We are going to create a standalone Linux SNMP plugin.