Problem with applying configuration

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
BrianJones
Posts: 5
Joined: Tue Jul 01, 2014 10:05 am

Problem with applying configuration

Post by BrianJones »

Hello,
I have a problem with applying configuration from web UI:

Code: Select all

Command submitted for processing...
Waiting for configuration verification..................................................
Configurations failed to write to file.
An error occurred while attempting to apply your configuration to Nagios Core. Monitoring engine configuration files have been rolled back to their last known good checkpoint.
If I re-roll configuration or check it from command prompt, verification goes without error.

Configuration is applied but there is still this error abour Configuration failed to write to file.

Attached are cmd.txt and reconfig.txt
You do not have the required permissions to view the files attached to this post.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Problem with applying configuration

Post by tmcdonald »

BrianJones wrote:If I re-roll configuration or check it from command prompt, verification goes without error.
This is because
Monitoring engine configuration files have been rolled back to their last known good checkpoint.
This happens on any failed apply config so you still have a working system.

What XI version is this? And when you say the config is applied, do you mean the changes are actually taking place?

And just curious, but what is your disk usage?

Code: Select all

df -h
df -i
Former Nagios employee
Locked