How to change the default parameters of a plugin?
Posted: Thu Sep 02, 2021 10:06 am
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?
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?