Search found 2 matches

by Brettyoke49
Tue Jul 03, 2018 11:28 am
Forum: Open Source Nagios Projects
Topic: Maximum number of arguments in a NRPE check?
Replies: 3
Views: 1539

Re: Maximum number of arguments in a NRPE check?

scottwilkerson wrote:you really only need 1 like this

Code: Select all

command[check_users]=/usr/local/nagios/libexec/check_users $ARG1$
I'm confused. I asked how many arguments a NRPE check can handle and you tell me I only need one argument???
by Brettyoke49
Tue Jul 03, 2018 9:35 am
Forum: Open Source Nagios Projects
Topic: Maximum number of arguments in a NRPE check?
Replies: 3
Views: 1539

Maximum number of arguments in a NRPE check?

Title says it all. I can't find the maximum number of arguments available in a NRPE check.

If nobody knows what the max is, can anyone confirm if 12 is usable? Is there some kind of placeholder for an "array" of arguments?