Nagios To Remedy Email integration

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lafargeuser
Posts: 341
Joined: Thu Sep 27, 2012 12:23 am

Nagios To Remedy Email integration

Post by lafargeuser »

How can move with Nagios to Remedy integration using Email.
whenever an incoming email is recieved by a specific email address the customized remedy workflow extracts the server name and project name from the email subject.
Server name = SMTP Server
Project = Windows Server
these values are then validated with the entries for server name and Project data stored in a staging form to get the Categorization Tier 1, Categorization Tier 1 & Categorization Tier 3 values.
Based on these Categorization values the incident will be created.An incident is created when "Server Down" string is passed in the subject and the same incident is resolved if "Server UP" string is passed.

How can i achieve this ?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios To Remedy Email integration

Post by scottwilkerson »

Generally speaking I would recommend using a global event handler for this type of action instead of email...

http://library.nagios.com/library/produ ... t-handlers

If you were going to do this via email you would need to create libraries that are checking email boxes, and then processing results through a script you would have to create to perform the desired action...
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked