Nagios Log server - Microfocus OBM integration

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
Techmnagioslsuser
Posts: 39
Joined: Fri Apr 02, 2021 1:17 am

Nagios Log server - Microfocus OBM integration

Post by Techmnagioslsuser »

Hello team,

We are trying to integrate production nagios Log server with Microfocus OBM. Please help us with any documentation/process for integration
as well as for API & web hook integration.

Thanks
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios Log server - Microfocus OBM integration

Post by ssax »

We don't currently have any microfocus specific documentation.

Did you point Microfocus logs to the Log Server system? Do you see the logs in the Log Server web interface under Dashboards?

Do you have an example of the logs/format of the logs?

https://assets.nagios.com/downloads/nag ... Server.pdf

See here for the Log Server API:

https://support.nagios.com/kb/article/n ... s-596.html
Techmnagioslsuser
Posts: 39
Joined: Fri Apr 02, 2021 1:17 am

Re: Nagios Log server - Microfocus OBM integration

Post by Techmnagioslsuser »

Hello,

Actually we are trying to use Microfocus as MoM. Plan is to send NagiosLS alert Data to Microfocus , where it will formulated into common dashboard & notification system.

Thanks
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios Log server - Microfocus OBM integration

Post by ssax »

Okay, thanks for clarifying.

If you only want the Alerts to be sent:

https://assets.nagios.com/downloads/nag ... Server.pdf

You would need to use one of the Alert Methods to do it:

There are multiple alert methods available in Nagios Log Server.
• Nagios / NRDP - Send an alert to your Nagios XI or Nagios Core server using NRDP
• Execute Script - Run a custom script and pass variables to the script
• SNMP Traps - SNMP Traps can be sent to other applications using the Nagios MIB
• Email Users - Email Nagios Log Server users
• Nagios XI Log Server Wizard - You can use the Nagios XI Log Server Wizard to alert based on
queries saved on your Nagios Log Server

More than likely you would want to use Email Users functionality (but your Microfocus would need to support receiving/processing emails) because that is the only one that currently gives you the option to see some (not all) of the matching log data via the email template macros for %lastalertlog% or %last10alertlog%.

If it accepts SNMP Traps you could use that but the traps will not contain the log data.

The Execute Script functionality could be used but that would need to be architected/written by you to grab and send the information as it would be a custom integration. We do offer paid custom development, if that is something you're interested in you can reach out to sales@nagios.com (or call in) to get more information.

For the Log Server API functionality, you can see the current documentation here on your Log Server system:

Code: Select all

http://YOURLOGSERVER/nagioslogserver/help/api
EDIT: Another thought would be to add some type of Logstash output that would send data to the Microfocus system in some format. It's really up to what Microfocus supports ingesting, you would need to consult them on what options you have with their product.
Techmnagioslsuser
Posts: 39
Joined: Fri Apr 02, 2021 1:17 am

Re: Nagios Log server - Microfocus OBM integration

Post by Techmnagioslsuser »

Thanks for the update.

Where can we get the Nagios MIB file please
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios Log server - Microfocus OBM integration

Post by ssax »

You can download them from here:

Code: Select all

/usr/local/nagioslogserver/mibs/
Locked