NRDS checks showing up in Unconfigured Objects
Posted: Mon Jun 03, 2013 4:03 pm
I'm struggling with where I'm missing this.
I have renamed some checks in my NRDS config on the Nagios server. I have removed the service checks via the CCM and applied the changes.
The new, renamed checks are now configured correctly, but the old checks continue to show up in the Unconfigured objects.
Here's an example:
On my Nagios server via the CCM, this is what I see:
Config name - VES
Config Version - 0.9
Config checks -
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
command[Check NTP Sync]=/usr/local/nagios/libexec/check_ntp_time -H localhost -w 0.5 -c 1
command[Disk Usage - SDA1]=/usr/local/nagios/libexec/check_disk -w 20% -c 10% -p /dev/sda1
command[Disk Usage - Root]=/usr/local/nagios/libexec/check_disk -w 20% -c 10% -p /dev/mapper/VolGroup-lv_root
On the host that continues to send the service checks that have been removed and show up in unconfigured objects -
I am getting two checks for specific processes that have been removed, but were once implemented.
What am I missing?
I have renamed some checks in my NRDS config on the Nagios server. I have removed the service checks via the CCM and applied the changes.
The new, renamed checks are now configured correctly, but the old checks continue to show up in the Unconfigured objects.
Here's an example:
On my Nagios server via the CCM, this is what I see:
Config name - VES
Config Version - 0.9
Config checks -
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
command[Check NTP Sync]=/usr/local/nagios/libexec/check_ntp_time -H localhost -w 0.5 -c 1
command[Disk Usage - SDA1]=/usr/local/nagios/libexec/check_disk -w 20% -c 10% -p /dev/sda1
command[Disk Usage - Root]=/usr/local/nagios/libexec/check_disk -w 20% -c 10% -p /dev/mapper/VolGroup-lv_root
On the host that continues to send the service checks that have been removed and show up in unconfigured objects -
Code: Select all
CONFIG_VERSION="0.9"
CONFIG_OS="Linux"
CONFIG_NAME="VES"
URL="http://xxx.xxx.xxx.xxx/nrdp/"
TOKEN="6nkf34brogs6"
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[__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
command[Check NTP Sync]=/usr/local/nagios/libexec/check_ntp_time -H localhost -w 0.5 -c 1
command[Disk Usage - SDA1]=/usr/local/nagios/libexec/check_disk -w 20% -c 10% -p /dev/sda1
command[Disk Usage - Root]=/usr/local/nagios/libexec/check_disk -w 20% -c 10% -p /dev/mapper/VolGroup-lv_root
What am I missing?