Steps to Integrate OpsView with AlarmsOne:


 

Following are the steps to integrate OpsView with AlarmsOne.


 

 

Steps to be followed in AlarmsOne:


 

1. Sign up for AlarmsOne service and log into your account. Click on Applications icon in the left panel. Click Agents and then click Add Agent(+) to download the agent (or) poller.

 

2. Once download is complete, install the agent on the machine from where it can reach  OpsView.

 

3. Once the agent is installed and registered with AlarmsOne, click on Applications icon and click +Add Application at the top right corner of the window and choose OpsView.

 

4. Select the registered agent which is deployed on the OpsView Server.

 

5. Input all the details specific to OpsView (Agent, Application Label, Application and Host).

 

6. Click Add to add the Application to AlarmsOne.


 

 

Steps to be followed in OpsView:


 

1. Navigate to <Alarms_Poller_Installation/AlarmsUtilities/opsview> directory.

 

2. Execute the following command as "root" user.

        sh opsview.sh <Path_to/checkcommands.cfg> <Alarms_Poller_Installation_path/>

 

3. Navigate to /usr/local/nagios/etc/ and open the contacts.cfg . Search for your contact name.

 

4. Under your contact name, search for the following line. If it exists, modify it. Else add it :

        service_notification_commands      notify-service-by-email

        host_notification_commands           notify-host-by-email

       

        Add this line as follows:

 

        service_notification_commands      notify-service-by-email, notify-service-to-agent

        host_notification_commands           notify-host-by-email, notify-host-to-agent

 

5. Restart OpsView.


 

Note :

 

 For OpsView, the poller has to be installed on the same machine where OpsView Application runs.