I manage a number of Jabber servers with Nagios XI. I need to
display the Top 5 processes by CPU usage and memory usage
in a dashboard.
Is there a readymade dashlet for this purpose or would I have to create it?
If the latter, could you please point me to how I could create a custom
dashlet to display info from the managed devices?
thanks,
Custom Dashlets
Re: Custom Dashlets
We really do not have a guide yet for custom dashlets. There was a presentation at our last conference that touched on this however:
http://www.slideshare.net/nagiosinc/nag ... -nagios-xi
My suggestion would be to pick apart the code of a simple dashlet to learn how they work and then build your own from that. I will make a note on our internal wiki that custom dashlet documentation is needed.
http://www.slideshare.net/nagiosinc/nag ... -nagios-xi
My suggestion would be to pick apart the code of a simple dashlet to learn how they work and then build your own from that. I will make a note on our internal wiki that custom dashlet documentation is needed.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Custom Dashlets
The "status dashlet" comes close to my need. Now, I have not enabled eitehr NRPE or
check_by_ssh plugin to determine the load or the available swap space on the managed servers.
Hence when I enable the dashlet for a managed server, it shows only the service status.
Do I understand right that I simply need to enable the check_by_ssh plug in for the managed server
for the dashlet to then render their performance status?
Thanks,
check_by_ssh plugin to determine the load or the available swap space on the managed servers.
Hence when I enable the dashlet for a managed server, it shows only the service status.
Do I understand right that I simply need to enable the check_by_ssh plug in for the managed server
for the dashlet to then render their performance status?
Thanks,
Re: Custom Dashlets
Could you post a link to the "status dashlet" download?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Custom Dashlets
http://exchange.nagios.org/directory/Ad ... et/detailsby abrist » Thu May 30, 2013 4:04 pm
Could you post a link to the "status dashlet" download?
thanks,
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Custom Dashlets
You should be able to control what the dashlet shows via the check boxes after you click the "dashify" icon, I was able to get it to display the full information on the service I chose for it to update on. "This was by leaving everything default."