In the XI NRDS Config Manager when you click CREATE CONFIG and select Linux as the OS, this is the default template you are presented with:
Code: Select all
command[__HOST__]=/usr/local/nagios/libexec/check_ping -H localhost -w 200.0,40% -c 400.0,80% -p 1
command[Check Users]=/usr/local/nagios/libexec/check_users -w 5 -c 10
command[Check Load]=/usr/local/nagios/libexec/check_load -w 15,10,5 -c 30,25,20
command[Check Disk]=/usr/local/nagios/libexec/check_disk -w 20% -c 10% -p /
command[Check Zombie Procs]=/usr/local/nagios/libexec/check_procs -w 5 -c 10 -s Z
command[Check Total Procs]=/usr/local/nagios/libexec/check_procs -w 150 -c 200
Is there any way to change this, or add a new template for Linux 32-Bit and Linux 64-Bit so that we don't have to manually change the path in the NRDS config manager every time?