Page 3 of 3

Re: Notification clarification needed

Posted: Fri May 08, 2015 9:23 am
by tmcdonald
Assuming "/tmp/nagiosxi" is your installer directory and that your diff files are in the /tmp directory:

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
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?

Re: Notification clarification needed

Posted: Fri May 08, 2015 9:27 am
by BanditBBS
Auto filling that is fine. I'm just concerned about the check boxes. Testing now.....

EDIT: Worked fine. So basically I'll need to add this to my upgrade procedure like I do a few other items, no big deal.

Thanks again for all the help and adding to my offline docs so I hopefully don't lose the instructions 8-)

Re: Notification clarification needed

Posted: Fri May 08, 2015 9:33 am
by tmcdonald
For the record, this is what I got with my patched system:

Image

Re: Notification clarification needed

Posted: Fri May 08, 2015 9:35 am
by BanditBBS
Yeah, we're all good Trevor, close this up! Also, I edited my previous post

Re: Notification clarification needed

Posted: Mon Jun 15, 2015 9:25 pm
by tmcdonald
For what it's worth, I made the sticky and send notification options configurable: https://github.com/NagiosEnterprises/na ... -112261353

If anyone would like this topic reopened please let me know!