Nagios XI service addition

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Jithin
Posts: 5
Joined: Mon Oct 27, 2014 11:08 pm

Nagios XI service addition

Post by Jithin »

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
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios XI service addition

Post by rkennedy »

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.

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
Locked