How to change the default parameters of a plugin?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
supportcl
Posts: 39
Joined: Wed Oct 07, 2020 12:19 pm

How to change the default parameters of a plugin?

Post by supportcl »

I am using the wizard that nagios XI brings to configure linux and windows systems (using NCPA) all fine, but I would like to be able to leave certain parameters "by default", such as:

check_xi_ncpa! -t 'password' -P 5693 -M memory / swap -u 'Gi' -w '5' -c '10' !!!!!!!

check_xi_ncpa! -t 'password' -P 5693 -M memory / swap -u 'Gi' -w '60' -c '80' !!!!!!!

I want the numbers to change from 5 to 60 and from 10 to 80 when configuring new servers. How can I edit that?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: How to change the default parameters of a plugin?

Post by ssax »

Currently you would need to change them in the wizard in order for them to be like that.

The only way to do it currently would be to change the default values in the wizard source-code but those changes will be reverted on an upgrade.
Locked