I'm having a problem when trying to run/install the passive NRDS configuration on one of my hosts.
I get the error: ERROR: CONFIG_OS is not a valid cfg field.
It seems that this happens only to configurations that I create or update after the upgrade to 2012 a few weeks ago. My other passive clients don't have "CONFIG_OS" in their configuration files. But I figure as soon as I update them from within XI, they will start having errors too.
Here's the error I get... i tried reinstalling the client completely:
Code: Select all
# sh installnrds fms1.nps.edu 5
nagios group already exists.
nagios user already exists.
Installing NRDS Client
Adding cron jobs for fms1.nps.edu at a 5 minute interval
Crontabs installed OK
Updating config and plugins
ERROR: CONFIG_OS is not a valid cfg field.
Installation complete
Code: Select all
CONFIG_VERSION=1.3
CONFIG_NAME=FMS_WEB
URL=https://nagios.nps.edu/nrdp/
TOKEN=xxxxxxxxxxxxxxxxxxxxxxx
PLUGIN_DIR=/usr/local/nagios/libexec
SEND_NRDP=/usr/local/nrdp/clients/send_nrdp.sh
TMPDIR=/usr/local/nrdp/clients/tmp
COMMAND_PREFIX=
UPDATE_CONFIG=1
UPDATE_PLUGINS=1
Code: Select all
CONFIG_VERSION="0.2"
CONFIG_OS="Linux"
CONFIG_NAME="fms1.nps.edu"
URL="https://nagios.nps.edu/nrdp/"
TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
HOSTNAME="fms1.nps.edu"
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"