Nagios XI Monitoring Wizard does not expect the "-a" for the arguments so I am getting a double "-a".
How can I either tell the Monitoring wizard to use a new "check_nrpe" command say "check_nrpe_wizard" or prevent the wizard from adding the "-a" attribute?
Nagios XI Monitoring Wizard does not expect the "-a" for the arguments so I am getting a double "-a".
How can I either tell the Monitoring wizard to use a new "check_nrpe" command say "check_nrpe_wizard" or prevent the wizard from adding the "-a" attribute?
Thanks.
For some clarification here...
You have some commands that you wrote manually already in your XI configuration, but when using the Wizard, it overrides the syntax of the command you already have defined?
Without editing the code of the wizard itself, I can't think of a simple way to change this. I think the best solution in this case would be to modify your check_nrpe command back to the default, and modify your service checks.
Nagios XI Monitoring Wizard does not expect the "-a" for the arguments so I am getting a double "-a".
How can I either tell the Monitoring wizard to use a new "check_nrpe" command say "check_nrpe_wizard" or prevent the wizard from adding the "-a" attribute?
Thanks.
For some clarification here...
You have some commands that you wrote manually already in your XI configuration, but when using the Wizard, it overrides the syntax of the command you already have defined?
Without editing the code of the wizard itself, I can't think of a simple way to change this. I think the best solution in this case would be to modify your check_nrpe command back to the default, and modify your service checks.
I had modified the default check_nrpe to accommodate configurations imported from a previous nagios instance. So now that I have started using the wizard the commands are not correct because of my modifications. I am hoping I can change the command the wizard uses or modify its code to suppress the "-a".