| View previous topic :: View next topic |
| Author |
Message |
evilgrin New User
Joined: 12 Oct 2005 Posts: 12
|
Posted: Thu Nov 17, 2005 12:40 pm Post subject: monitor plugin |
|
|
| How difficult would it be to make 'down' hosts appear at the TOP of the monitor tab?
|
|
| Back to top |
|
 |
jimmy Site Admin
Joined: 11 Nov 2004 Posts: 1637
|
Posted: Thu Nov 17, 2005 1:33 pm Post subject: 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.
|
|
| Back to top |
|
 |
pepj Guest
|
Posted: Tue Dec 13, 2005 4:57 am Post subject: 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.
|
|
| Back to top |
|
 |
pepj User
Joined: 19 Dec 2005 Posts: 163
|
Posted: Tue Jan 03, 2006 6:57 am Post subject: 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";
|
|
| Back to top |
|
 |
pepj User
Joined: 19 Dec 2005 Posts: 163
|
Posted: Thu Jan 25, 2007 6:16 pm Post subject: 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.
|
|
| Back to top |
|
 |
jimmy Site Admin
Joined: 11 Nov 2004 Posts: 1637
|
Posted: Thu Jan 25, 2007 11:21 pm Post subject: |
|
|
| 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.
|
|
| Back to top |
|
 |
jimmy Site Admin
Joined: 11 Nov 2004 Posts: 1637
|
Posted: Thu Jan 25, 2007 11:25 pm Post subject: |
|
|
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.
|
|
| Back to top |
|
 |
pepj User
Joined: 19 Dec 2005 Posts: 163
|
Posted: Fri Jan 26, 2007 1:56 am Post subject: |
|
|
| 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 !!
|
|
| Back to top |
|
 |
poly New User
Joined: 30 Aug 2006 Posts: 41
|
Posted: Fri Jan 26, 2007 4:21 am Post subject: |
|
|
Hi Jimmy,
Is it possible to group them and represent them in an icon for different group?
regards
|
|
| Back to top |
|
 |
jimmy Site Admin
Joined: 11 Nov 2004 Posts: 1637
|
Posted: Fri Jan 26, 2007 8:01 pm Post subject: |
|
|
| Hum... let me think about it a bit. Shouldn't be too difficult.
|
|
| Back to top |
|
 |
chrisgapske New User
Joined: 24 May 2007 Posts: 33
|
Posted: Thu May 24, 2007 11:06 am Post subject: |
|
|
| 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 ?
|
|
| Back to top |
|
 |
fri New User
Joined: 29 May 2007 Posts: 27
|
Posted: Wed May 30, 2007 11:10 am Post subject: |
|
|
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
|
|
| Back to top |
|
 |
chrisgapske New User
Joined: 24 May 2007 Posts: 33
|
Posted: Mon Dec 10, 2007 10:02 pm Post subject: |
|
|
| 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.
|
|
| Back to top |
|
 |
dph New User
Joined: 01 Feb 2008 Posts: 1
|
Posted: Fri Feb 01, 2008 11:24 am Post subject: |
|
|
| is it possible to show uptime in host's info ?
|
|
| Back to top |
|
 |
jimmy Site Admin
Joined: 11 Nov 2004 Posts: 1637
|
Posted: Mon Feb 04, 2008 1:30 am Post subject: |
|
|
| Cacti doesn't track the uptime info in its host table, so the plugin is unable to display it at this time.
|
|
| Back to top |
|
 |
|