Page 1 of 1
Dashlet Network Health post to a Intranet page
Posted: Tue Feb 12, 2013 9:08 am
by sikainfo
Hi,
i've got the requirement to place a kind of overview on a Intranet webpage.
For example the dashlet "Network Health" or some other.
1: is it possible ?
2: have you a hint how to do this ?
Thanks
Andy
Re: Dashlet Network Health post to a Intranet page
Posted: Tue Feb 12, 2013 10:19 am
by slansing
Are you asking how you could take a page from Nagios XI and place it on an external web page? Just want to be sure.
Re: Dashlet Network Health post to a Intranet page
Posted: Tue Feb 12, 2013 10:45 am
by sikainfo
Not really a whole page only a Dashlet or a Dashboard
Re: Dashlet Network Health post to a Intranet page
Posted: Tue Feb 12, 2013 12:22 pm
by abrist
You would have to write your own dashlet/table/whatever as the dashlets in XI require a number of php includes and XI assets. You could write your own frontend, and using backend api calls (user/ticket urls) you could pull the XML data from XI to another server. But the actual display would have to be coded from the ground up.
http://assets.nagios.com/downloads/nagi ... nd_API.pdf
http://library.nagios.com/library/produ ... ample-code