Re: Notification clarification needed
Posted: Fri May 08, 2015 9:23 am
Assuming "/tmp/nagiosxi" is your installer directory and that your diff files are in the /tmp directory:
Then just hit y and Enter if it whines about things already being patched.
This will be blown away by upgrades, so keep this in mind.
Now on my system this is still auto-filling the "Your Name" field even when done through Core. I assume you just want this to be editable?
Code: Select all
cd /tmp/nagiosxi/subcomponents/nagioscore
tar xzf nagios-4.0.8.tar.gz (may not work for other versions)
patch upgrade < /tmp/upgrade.diff
patch nagios-4.0.8/cgi/cmd.c < /tmp/cmd.diff
./upgrade
This will be blown away by upgrades, so keep this in mind.
Now on my system this is still auto-filling the "Your Name" field even when done through Core. I assume you just want this to be editable?
