| Author |
Message |
|
evilgrin
New User
Joined: Wed Oct 12, 2005 10:53 am Posts: 12
|
 monitor plugin
How difficult would it be to make 'down' hosts appear at the TOP of the monitor tab?
|
| Thu Nov 17, 2005 12:40 pm |
|
 |
|
jimmy
Site Admin
Joined: Thu Nov 11, 2004 11:12 am Posts: 2007
|
 Re: monitor plugin
evilgrin wrote: How difficult would it be to make 'down' hosts appear at the TOP of the monitor tab?
It would just require a simple change to the SQL call. I would consider making this an option.
|
| Thu Nov 17, 2005 1:33 pm |
|
 |
|
pepj
|
 We have to be careful ! Monitor not the same goal has Thold
Hello (sorry for my english, it is not my language)
First your plugin and architecture are great (thanks for all who have worked on it)!
But I think we have to be careful ! Monitor does not have the same goal has Thold ....
I thought Monitor has the goal to do something like "What's Up" and HP-Openview views.
If it is, I think Monitor does put the host down at the Top only for an automatically generated view, but in the futur we need more views and the possibility to customized them. Example for some server and have several graphics for example like the visio template.
|
| Tue Dec 13, 2005 4:57 am |
|
 |
|
pepj
User
Joined: Mon Dec 19, 2005 3:44 pm Posts: 169
|
 Host on the top
Hello
When you cannot wait until a new release, you can change the line 106 of monitor.php:
before
$sql = "SELECT description, status, hostname, cur_time, status_rec_date, availability FROM host where disabled = '' and monitor = 'on' ORDER BY description";
after
$sql = "SELECT description, status, hostname, cur_time, status_rec_date, availability FROM host where disabled = '' and monitor = 'on' ORDER BY status,description";
|
| Tue Jan 03, 2006 6:57 am |
|
 |
|
pepj
User
Joined: Mon Dec 19, 2005 3:44 pm Posts: 169
|
 instant messaging and host down in monitor 0.7
see post http://cactiusers.org/forums/viewtopic.php?p=2706#2706
I've changed a little bit the monitor plugin to have the possibility to have my instant messaging and host down first.
|
| Thu Jan 25, 2007 6:16 pm |
|
 |
|
jimmy
Site Admin
Joined: Thu Nov 11, 2004 11:12 am Posts: 2007
|
Actually, the SVN version has a similar feature to "instant message" already. It allows you to set a message to display when a particular host is down. This is settable per host on the device edit page. This way you when different devices are handled by different people, the correct person can be notified.
|
| Thu Jan 25, 2007 11:21 pm |
|
 |
|
jimmy
Site Admin
Joined: Thu Nov 11, 2004 11:12 am Posts: 2007
|
Also, I do plan on adding the option to show the downed hosts first, and to also allow the message to be displayed on the top, or bottom.
I am also looking into allowing icon "themes", and even different sounds per device.
I tried getting festival (a linux voice synthesizer) to allow you to insert text into a box, and have it auto create the sound on the fly, but that had way too much overhead.
|
| Thu Jan 25, 2007 11:25 pm |
|
 |
|
pepj
User
Joined: Mon Dec 19, 2005 3:44 pm Posts: 169
|
jimmy wrote: Also, I do plan on adding the option to show the downed hosts first, and to also allow the message to be displayed on the top, or bottom.
I am also looking into allowing icon "themes", and even different sounds per device.
I tried getting festival (a linux voice synthesizer) to allow you to insert text into a box, and have it auto create the sound on the fly, but that had way too much overhead.
Great !!!
Thanks a lot for your work !!
|
| Fri Jan 26, 2007 1:56 am |
|
 |
|
poly
User
Joined: Wed Aug 30, 2006 4:18 am Posts: 45
|
Hi Jimmy,
Is it possible to group them and represent them in an icon for different group?
regards
|
| Fri Jan 26, 2007 4:21 am |
|
 |
|
jimmy
Site Admin
Joined: Thu Nov 11, 2004 11:12 am Posts: 2007
|
Hum... let me think about it a bit. Shouldn't be too difficult.
|
| Fri Jan 26, 2007 8:01 pm |
|
 |
|
chrisgapske
User
Joined: Thu May 24, 2007 10:08 am Posts: 33
|
poly wrote: Hi Jimmy, Is it possible to group them and represent them in an icon for different group? regards
It would be also great if you set it up so that users could only see the nodes they have access rights to.
Don't want every user seeing every node on the network just there own. But I still want to be able to moniter every node in the network. ?
What about a monitering application to send an email when a host fails ?
|
| Thu May 24, 2007 11:06 am |
|
 |
|
fri
User
Joined: Tue May 29, 2007 8:24 am Posts: 27
|
poly, chrisgapske
Please see if the following contribution helps:
http://cactiusers.org/forums/topic895.html
It implements a tree view and access rights.
Quote: send an email when a host fails ?
See the Thold plugin feature in alerts: "Dead Hosts notifications" which does exactly that.
.fri
|
| Wed May 30, 2007 11:10 am |
|
 |
|
chrisgapske
User
Joined: Thu May 24, 2007 10:08 am Posts: 33
|
Fry I some of that did help me but I am still having problems with my graphs now for some reason people can now see more than they shoudl be able to see with there assigned user rights.
|
| Mon Dec 10, 2007 10:02 pm |
|
 |
|
dph
New User
Joined: Fri Feb 01, 2008 11:15 am Posts: 1
|
is it possible to show uptime in host's info ?
|
| Fri Feb 01, 2008 11:24 am |
|
 |
|
jimmy
Site Admin
Joined: Thu Nov 11, 2004 11:12 am Posts: 2007
|
Cacti doesn't track the uptime info in its host table, so the plugin is unable to display it at this time.
|
| Mon Feb 04, 2008 1:30 am |
|
|