How to setup Mk livestatus on nagios? -


i using check_mk based monitoring on nagios.

check_mk version: 1.2.0p4 os: linux nagios core 3.2.3 

i want fetch nagios page of remote server local server using mk livestatus. curious, how achieve this?

nagios check_mk multisite (plugin)

this plugin allow user view/manage distributed nagios using single web based interface.

however default doesn’t support pnp4nagios graphs (hosts/services remote nagios) access using (single) multisite url.

to access pnp4nagios graphs of hosts/services remote nagios using (single) multisite url, need add apache proxy redirect setting.

multisite.mk conf file-

this “check_mk/multisite.mk” conf file. (from primary multisite server (production server), site1 , site2 2 remote nagios)

omd[production]:~$ cat etc/check_mk/multisite.mk   … …. sites = { #primary site “local” : { “alias” : “production” }, # remote site “site1″: { “alias”: “site1″, “socket”: “tcp:xxx.xxx.x.xx:6557″, “url_prefix”: “/site1/”, “nagios_url”: “/site1/nagios”, “nagios_cgi_url”: “/site1/nagios/cgi-bin”, “pnp_url”: “/site1/pnp4nagios”, },  # remote site “site2″: { “alias”: “site2″, “socket”: “tcp:xxx.xxx.x.xx:6557″, “url_prefix”: “/site2/”, “nagios_url”: “/site2/nagios”, “nagios_cgi_url”: “/site2/nagios/cgi-bin”, “pnp_url”: “/site2/pnp4nagios”, }, } …. …..  omd[production]:~$ 

after making changes in multisite.mk file mk livestatus of remote nagios visible @ local site.


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -