Cacti (home)ForumsRepositoryDocumentation
Cacti: offical forums and support  

 FAQFAQ   SearchSearch   MemberlistMemberlist    RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in    


Management -> Devices view else where.
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Cacti Forum Index -> Plugin General
Author Message
twelzy
Cacti User


Joined: 30 Mar 2005
Posts: 74
Location: BRAZIL/Brasilia

PostPosted: Thu Mar 16, 2006 7:50 pm    Post subject: Reply with quote

Howie,

I've just installed you latest vesion of the Devices plugin but the filters "Type" and "Status" isn't working:

Code:
Not Found

The requested URL /plugins/devices/host.php was not found on this server.

Could you please verify?

Thanks in advance!
(...and sorry for my poor English!)
Back to top
Howie
Cacti Guru User


Joined: 16 Sep 2004
Posts: 2248
Location: United Kingdom

PostPosted: Fri Mar 17, 2006 4:03 am    Post subject: Reply with quote

twelzy wrote:
Howie,

I've just installed you latest vesion of the Devices plugin but the filters "Type" and "Status" isn't working:

Code:
Not Found

The requested URL /plugins/devices/host.php was not found on this server.

Could you please verify?

Thanks in advance!
(...and sorry for my poor English!)


OK - I was trying not to copy Cacti HTML templates into the plugin, but I've given up now

0.4 has working filters, and the images work too, as a side-effect. Sorry for the lack of testing - it was only meant to be a quick hack for Chadd.



devices-0.4.zip
 Description:

Download
 Filename:  devices-0.4.zip
 Filesize:  7.51 KB
 Downloaded:  753 Time(s)

Back to top
rony
Developer/Forum Admin


Joined: 17 Nov 2003
Posts: 5469
Location: Wisconsin, USA

PostPosted: Fri Mar 17, 2006 7:13 am    Post subject: Reply with quote

This is offically now a addon, moved to Addon's.
Back to top
chadd
Cacti User


Joined: 24 Mar 2005
Posts: 194
Location: Ocoee, Florida

PostPosted: Fri Mar 17, 2006 10:53 am    Post subject: Reply with quote

Howie wrote:
twelzy wrote:
Howie,

I've just installed you latest vesion of the Devices plugin but the filters "Type" and "Status" isn't working:

Code:
Not Found

The requested URL /plugins/devices/host.php was not found on this server.

Could you please verify?

Thanks in advance!
(...and sorry for my poor English!)


OK - I was trying not to copy Cacti HTML templates into the plugin, but I've given up now

0.4 has working filters, and the images work too, as a side-effect. Sorry for the lack of testing - it was only meant to be a quick hack for Chadd.



Very nice!! Thank you so much Howie, this is great! The only thing I can see that would be nice is to replace the 'console' tab in the 'device' view with the device tab, and put that one all the way at the left of the tab bar (where 'console appears') - in all views(maybe that is not possible..). Basically, to remove any confusion.. Because when you are in the device tab view you see the console tab, but not in any other view (if your user does not have access to the console). Just a suggestion, but I am definately going to release this view to my users.. Good at a glance information! Thank again,

-chadd.
Back to top
Howie
Cacti Guru User


Joined: 16 Sep 2004
Posts: 2248
Location: United Kingdom

PostPosted: Fri Mar 17, 2006 11:39 am    Post subject: Reply with quote

chadd wrote:

Very nice!! Thank you so much Howie, this is great! The only thing I can see that would be nice is to replace the 'console' tab in the 'device' view with the device tab, and put that one all the way at the left of the tab bar (where 'console appears') - in all views(maybe that is not possible..). Basically, to remove any confusion.. Because when you are in the device tab view you see the console tab, but not in any other view (if your user does not have access to the console). Just a suggestion, but I am definately going to release this view to my users.. Good at a glance information! Thank again,

-chadd.


Oh. hadn't tried that... OK, it's a one-line change to get rid of the Console tab. Not the link below it though - that seems to be a problem with all plugins though - Threshold does it too. The way those navigation links work is not the clearest piece of code to read, so it's probably not Cacti's fault.

Moving things to the left of the Graph tab is not possible with the current plugin architecture. I think that once the Console tab is gone, that's most of the confusion sorted out though.

The change is to line 43 of devices.php:
Code:

include_once("./include/top_graph_header.php");

(instead of top_header.php)

I'll wait a while before making a 0.5 zipfile, for the next problem
Back to top
chadd
Cacti User


Joined: 24 Mar 2005
Posts: 194
Location: Ocoee, Florida

PostPosted: Fri Mar 17, 2006 4:52 pm    Post subject: Reply with quote

Howie wrote:
chadd wrote:

Very nice!! Thank you so much Howie, this is great! The only thing I can see that would be nice is to replace the 'console' tab in the 'device' view with the device tab, and put that one all the way at the left of the tab bar (where 'console appears') - in all views(maybe that is not possible..). Basically, to remove any confusion.. Because when you are in the device tab view you see the console tab, but not in any other view (if your user does not have access to the console). Just a suggestion, but I am definately going to release this view to my users.. Good at a glance information! Thank again,

-chadd.


Oh. hadn't tried that... OK, it's a one-line change to get rid of the Console tab. Not the link below it though - that seems to be a problem with all plugins though - Threshold does it too. The way those navigation links work is not the clearest piece of code to read, so it's probably not Cacti's fault.

Moving things to the left of the Graph tab is not possible with the current plugin architecture. I think that once the Console tab is gone, that's most of the confusion sorted out though.

The change is to line 43 of devices.php:
Code:

include_once("./include/top_graph_header.php");

(instead of top_header.php)

I'll wait a while before making a 0.5 zipfile, for the next problem


Great, that fixed my problem. I will play with it some more and let you know if I find anything else .. My users are using it too, and it is a nice addition. Thanks,

-chadd.
Back to top
airwalk
Cacti User


Joined: 18 Aug 2006
Posts: 103
Location: MSK, RU

PostPosted: Fri Jan 12, 2007 9:02 am    Post subject: Reply with quote

Here's a modified devices.php for "devices" plugin with support of "uptime" plugin


devices.php.txt
 Description:

Download
 Filename:  devices.php.txt
 Filesize:  8.89 KB
 Downloaded:  330 Time(s)

Back to top
twelzy
Cacti User


Joined: 30 Mar 2005
Posts: 74
Location: BRAZIL/Brasilia

PostPosted: Fri Jan 26, 2007 1:07 pm    Post subject: Reply with quote

And here is a modified devices.php for the Devices Plugin with support of Manage Plugin:

airwalk wrote:
Here's a modified devices.php for "devices" plugin with support of "uptime" plugin

(Thanks airwalk!!!)

Bye!
(And sorry for my poor English...)



devices.php.txt
 Description:

Download
 Filename:  devices.php.txt
 Filesize:  8.91 KB
 Downloaded:  353 Time(s)

Back to top
niobe
Cacti User


Joined: 10 Mar 2008
Posts: 125
Location: Australia

PostPosted: Sun Mar 30, 2008 8:28 pm    Post subject: Alternative version of devices for 0.87b - "status" Reply with quote

This is an updated repackaged version of Howie's plugin.
I have renamed it "Status" (with his permission).
It is simply a user-oriented view of device status from the inbuilt cacti db.

This version is specifically for 0.87b since it takes advantage of new features. Here's a rundown of changes:

1) whole row changes color with status - great as a poor mans monitoring tool
2) Optimised for users without console access - empty console menu is never displayed
3) Added sorting, paginating and filtering functionality from 0.87b
4) tab goes red when you are in status window
5) Takes advantage of some new status's
6) Default view of "Not Up"

I developed it on PA2.0 so have not tested if it works with earlier plugin architectures.



status.screenshot.png
 Description:
 Filesize:  148.28 KB
 Viewed:  2825 Time(s)

status.screenshot.png



status-0.87b-1.tar.gz
 Description:

Download
 Filename:  status-0.87b-1.tar.gz
 Filesize:  14.32 KB
 Downloaded:  198 Time(s)

Back to top
prakashk



Joined: 03 Sep 2008
Posts: 6

PostPosted: Wed Sep 03, 2008 7:29 pm    Post subject: Devices unknown status Reply with quote

Hi All,

Please can someone tell me list of things i need to do for bringingg the new device up status.

Currently only my Local machine is up status. But when i add other servers from my network it shows status unknown.

List of ports from Cacti server to client and how to secure snmp if we enable snmp.

Cacti Installed Redhat Linux ES 4 and cacti version cacti-0.8.7


Thanks For your help
Prakashk
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Cacti Forum Index -> Plugin General All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 



Powered by phpBB © 2001, 2005 phpBB Group