the cron job it's running, because the checks that have are running, but I added more check to the new config but the new changes didn't propagated to the client.
bhqat6:~ # cd /
bhqat6:/ # cd usr
bhqat6:/usr # cd local
bhqat6:/usr/local # cd nrdp/
bhqat6:/usr/local/nrdp # cd clients/
bhqat6:/usr/local/nrdp/clients # cd nrds/
bhqat6:/usr/local/nrdp/clients/nrds # pwd
/usr/local/nrdp/clients/nrds
bhqat6:/usr/local/nrdp/clients/nrds # ls
linux_prod_hana_backups.cfg nrds.cfg nrds.pl nrds_common.pl nrds_updater.pl
bhqat6:/usr/local/nrdp/clients/nrds # cat linux_prod_hana_backups.cfg
CONFIG_VERSION="5.6"
CONFIG_OS="Linux"
CONFIG_NAME="linux_prod_hana_backups"
URL="
http://10.100.30.111/nrdp/"
TOKEN="aet9ohi32d9o"
PLUGIN_DIR="/usr/local/nagios/libexec"
SEND_NRDP="/usr/local/nrdp/clients/send_nrdp.sh"
TMPDIR="/usr/local/nrdp/clients/tmp"
COMMAND_PREFIX=""
LOG_FILE=""
UPDATE_CONFIG="1"
UPDATE_PLUGINS="1"
command[Check Disk - /dbbackups]=/usr/local/nagios/libexec/check_disk -w 10% -c 5% -p /dbbackups
bhqat6:/usr/local/nrdp/clients/nrds # crontab -u nagios -l
*/5 * * * * /usr/local/nrdp/clients/nrds/nrds.pl -H 'bhqat6.bose.com' 2>&1
*/5 * * * * /usr/local/nrdp/clients/nrds/nrds.pl -H 'bhprd6.bose.com' -c /usr/local/nrdp/clients/nrds/linux_prod_hana_backups.cfg 2>&1
bhqat6:/usr/local/nrdp/clients/nrds # ls -l
total 24
-rwxrwxr-x 1 nagios nagios 422 Jul 8 12:14 linux_prod_hana_backups.cfg
-rwxrwxr-x 1 nagios nagios 1371 Jun 25 10:16 nrds.cfg
-rwxrwxr-x 1 nagios nagios 2834 Mar 30 2015 nrds.pl
-rwxrwxr-x 1 nagios nagios 1628 Mar 30 2015 nrds_common.pl
-rwxrwxr-x 1 nagios nagios 6330 Mar 30 2015 nrds_updater.pl
this is what happens with I run it manually
/usr/local/nrdp/clients/nrds/nrds.pl -H 'bhprd6.bose.com' -c /usr/local/nrdp/clients/nrds/linux_prod_hana_backups.cfg
Sent 1 checks to
http://10.100.30.111/nrdp/
it should be sending two checks, but because the client config isn't getting updated, it's only sending 1 check