Steps to Integrate Munin with AlarmsOne:


 

Munin is a network resource monitoring tool that can help analyze resource trends. Using Munin you can easily monitor the performance of your computers, networks, SANs, applications and more.

 

To integrate Site Munin with AlarmsOne, follow the steps below.


 

 

Steps to be followed in AlarmsOne:


 

1. Click on Applications icon in the left panel.

 

2. Click on Add ApplicationHere, select Munin.

 

3. Fill in the Application Label (e.g. Munin).

 

4. Select appropriate Time Zone to report about the alarms.

 

5. Click Add. A URL will be generated. Please copy the displayed URL.

 


 

 

Steps to be followed in Munin:


 

1. Login into the server where Munin is installed.

 

2. Download  alarmsone_munin.zipand extract the rar on the server where Munin is running.

 

3. Navigate to extracted folder (munin/). Open the alarmsone_munin.py file under (munin/) using editor.

 

4. Look for the following lines:

Navigate to line number 43 and look.  for following line;

url=

Paste the URL copied from AlarmsOne in (url=) within double quotes, save and give full permission to entire directory 

                                     

           Open __init__.py file under /munin/alarmsone using editor. Navigate to line no 38 and set proxy details if required. 

 
5. Open the munin.conf file under  (/etc/munin/). Add the following lines at the bottom with the path to extracted munin folder.

contacts me

contact.me.command  /munin/alarmsone_munin.py  /munin/alarmsone_munin.py

contact.me.always_send warning critical

 
6. Open the munin.conf file using editor , under each monitoring node details add the following line:
contacts me
 

7. Restart munin.