Skip to content

Commit 43b7332

Browse files
author
Charlie Root
committed
first commit
0 parents  commit 43b7332

37 files changed

+2974
-0
lines changed

INFO

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[info]
2+
name = intropage
3+
version = 1.0.0
4+
longname = Intropage/Dashboard
5+
author = Petr Macek
6+
7+
homepage = http://www.cacti.net
8+
compat = 1.0.0
9+
capabilities = online_view:1, online_mgmt:1, offline_view:0, offline_mgmt:0, remote_collect:0

LICENSE

+504
Large diffs are not rendered by default.

README.md

+109
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
# plugin_intropage
2+
3+
##Intropage/Dashboard plugin for Cacti
4+
Plugin displays usefull information and graphs on console screen or separated tab:
5+
* trends
6+
* host graph (total, down, ...)
7+
* poller statistics
8+
* thresholds (all, trigged, ...)
9+
* logs analyze
10+
* worst ping and availability
11+
* ...
12+
13+
##Author
14+
Petr Macek ([email protected])
15+
16+
17+
18+
##Installation
19+
Copy directory intropage to plugins directory
20+
Check file permission (Linux/unix - readable for www server)
21+
Enable plugin (Console -> Plugin management)
22+
Configure plugin (Console -> Settings -> Intropage tab)
23+
You can set Intropage as first page (Console -> User managemnt -> user -> Login Options)
24+
25+
##Upgrade
26+
Delete old files
27+
Copy new files
28+
Check file permission (Linux/unix - readable for www server)
29+
Disable and deinstall old version (Console -> Plugin management)
30+
Install and enable new version (Console -> Plugin management)
31+
Configure plugin (Console -> Settings -> Intropage tab)
32+
33+
##Possible Bugs?
34+
If you find a problem, let me know via github or https://forums.cacti.net/viewtopic.php?f=5&t=51920
35+
36+
## Thanks
37+
Tomas Macek, Peter Michael Calum, Trevor Leadley, Earendil
38+
39+
##Changelog
40+
1.0 ---
41+
Completely new design and function - Dashboard
42+
Add automatic refresh page
43+
Add CPU monitoring (linux/unix)
44+
Add trends
45+
Add poller stats and info
46+
Add mysql db connection check
47+
Add checks for IP and description duplicity (thank you BigAl101)
48+
49+
0.9 ---
50+
Rewrite all for Cacti 1.0.x (thank you Earendil!)
51+
52+
0.8 ---
53+
Add set default setting after plugin install
54+
Add few settings (host without graph, host without tree, ...)
55+
Add Subtree name in "Devices in more then one tree" (thank you, Hipska)
56+
Add debug option
57+
Add db check level
58+
Fix warning and notices (thank you, Ugo Guerra)
59+
Fix thold graph - triggered, breached (Thank you, Hipska)
60+
Fix last x lines log lines (thank you, Ugo Guerra)
61+
0.7 ---
62+
Add number rounding
63+
Add switch for default page setting for users without console access
64+
Add layout Best fit
65+
Fix layout
66+
Fix database check - memory tables cause false warnings
67+
Fix redirect function
68+
Fix return default page after unistall plugin
69+
Fix displaying links if user hasn't right
70+
Redesign Pie graphs (author: Trevor Leadley)
71+
0.6 ---
72+
Add separated Tab for plugin
73+
Add Cacti user rights (limited user cannot see all statistics but statistics of authorized equipment)
74+
Add cacti database check
75+
Add more information in logs
76+
Add Search FATAL errors in log
77+
Fix NTP function (infinite loops if wrong ntp server is used)
78+
Redesign Pie graphs (author: Trevor Leadley)
79+
Redesign (author: Tomas Macek)
80+
0.5 ---
81+
Change time check (now via NTP)
82+
Add settings to Console -> Settings -> Intropage
83+
Add Mactrack
84+
Add more pie graphs
85+
Redesign
86+
0.4 ---
87+
Add pie graphs (need PHP GD library)
88+
Add checks for:
89+
- device with the same name
90+
- device without tree
91+
- device more times in tree
92+
- device without graphs
93+
Add Top 5:
94+
- the worst ping response
95+
- the lowest availability
96+
Fix php notices and warnings
97+
Redesign
98+
0.3 ---
99+
Add OS and poller information
100+
Add time check
101+
Add control poller duration
102+
Add icons
103+
--- 0.2 ---
104+
Fix error - number of all tholds
105+
--- 0.1 ---
106+
Beginning
107+
108+
109+

TODO.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
css for another themes
2+
movable panels
3+
better panels priority
4+
remote poller stats
5+
reload via ajax
6+
7+

0 commit comments

Comments
 (0)