Bulk Modification Tool Contact Group or Contact
Re: Bulk Modification Tool Contact Group or Contact
Shouldn't be necessary but thank you.
Re: Bulk Modification Tool Contact Group or Contact
Let us know if you are still having issues after the upgrade.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Bulk Modification Tool Contact Group or Contact
I've upgraded them all to Nagios XI 2014R2.6. The tool works fine now.... But now I am getting complaints from folks that critical alerts are being received flagged as high priority. Is there a way to turn this off?
Re: Bulk Modification Tool Contact Group or Contact
This was added in 2.6. I don't believe there is a ui switch for this. You can edit the following file:
At line # 91, comment out (or remove) this block of code:
This change will need to be performed after each upgrade. If you wish us to add a ui option to disable this, please open a feature request on the tracker: http://tracker.nagios.com
Code: Select all
/usr/local/nagiosxi/html/includes/utils-email.inc.phpCode: Select all
if (isset($opts["type"]) && $opts["type"] == "PROBLEM") {
// For most clients expecting the Priority header:
// 1 = High, 2 = Medium, 3 = Low
$mail->Priority = 1;
// MS Outlook custom header
// May set to "Urgent" or "Highest" rather than "High"
$mail->AddCustomHeader("X-MSMail-Priority: High");
// Not sure if Priority will also set the Importance header:
$mail->AddCustomHeader("Importance: High");
}Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Bulk Modification Tool Contact Group or Contact
Thanks. Please feel free to close this.