Hi ,
I have recently migrated from nagios core to NagiosXI. Now i have got request from my development team to monitor one customized. which have 20 arguments in command definition. When i try to add the service, It shows only 8 Arguments options. could you suggest any option to add more than 8 arguments in a service check.
~Regard
J Mathew
Nagios XI service addition
Re: Nagios XI service addition
Yes, let $ARG1$, $ARG2$ stay set at what they are, and add all of the remaining arguments in $ARG3$.
I have attached a screenshot of how I setup the nrpe command.
Also the command it outputs to the .cfg.
I have attached a screenshot of how I setup the nrpe command.
Also the command it outputs to the .cfg.
Code: Select all
check_command check_nrpe!check_init_service!-a 'httpd'!-b 'httpd2' -c 'http3'!!!!!
You do not have the required permissions to view the files attached to this post.
Former Nagios Employee