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?
How to change the default parameters of a plugin?
Re: How to change the default parameters of a plugin?
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.
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.