NagiosXi Architecture

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Mike
Posts: 76
Joined: Wed Apr 03, 2013 11:37 am

NagiosXi Architecture

Post by Mike »

Hello,


We are Planning to make a customized dashboard for our customer ,we want to know what all developers would be required , i have gone thrrough the XI development pdf .

Is there any documents or url where i can find the XI architecture and backend process how it works.



Thanks,
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: NagiosXi Architecture

Post by slansing »

We do have a guide on entry level backend use:

http://assets.nagios.com/downloads/nagi ... nd_API.pdf

We have talked about getting a document together on the backend API for developers, but I believe it was left at that.
Mike
Posts: 76
Joined: Wed Apr 03, 2013 11:37 am

Re: NagiosXi Architecture

Post by Mike »

Hello,

Which is the best way to create a dashboard through xml or php?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: NagiosXi Architecture

Post by slansing »

Well of course we would recommend using straight php, as that is what just about everything else in XI is generated as, that will also assure others can use the dashboard if you upload it to the exchange.
Mike
Posts: 76
Joined: Wed Apr 03, 2013 11:37 am

Re: NagiosXi Architecture

Post by Mike »

Hello,

in a custom dashboard customer wants to have a option on dashboard in which he can access the top warning alerts from a hosgroup
same top critical alerts on the dashboard, but there is no way i can get the above details to display on the dashboard.


is there any possibility ?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: NagiosXi Architecture

Post by slansing »

Using existing dashlets you could use:

Home > Latest Alerts

Home > Hostgroup Grid
> Hostgroup Overview
> Hostgroup Summary


Etc.. many pages such as these already have dashlets which you can dashify to add to dashboards.
Locked