Skip to content

Commit 608e1a6

Browse files
committed
Resolve multiple issues
* Correct additional PSR issues from recent pull request * Monitor can remove all main data collector devices * Monitor poller should not be run on remote data collectors * Split off CHANGELOG.md from README.md
1 parent 9fd4264 commit 608e1a6

4 files changed

Lines changed: 332 additions & 320 deletions

File tree

CHANGELOG.md

Lines changed: 271 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,271 @@
1+
## Changelog
2+
3+
--- develop ---
4+
5+
* issue#100: Long names in devices in monitor.php in (title view)
6+
7+
* issue#102: Doubled footer in monitor page (tile view)
8+
9+
* issue#104: Broken responsive design
10+
11+
* issue#105: Host description contains multibyte character set may cause the
12+
garbled text
13+
14+
* issue#109: Reboot history being removed incorrectly for removed devices
15+
16+
* issue#114: Monitor legend can not expand to a single line
17+
18+
* issue#123: When sending emails, monitor reports config variable not found
19+
20+
* issue#124: SQL Errors when removing hosts that no longer exist
21+
22+
* issue#125: Notification history is not being updated
23+
24+
* issue: Add more checks for removed Device conditions
25+
26+
* issue: Dont attempt to send an device down email if there is none set for a device
27+
28+
* issue: When remote pollers are enabled, monitor can remove all your devices
29+
30+
* feature: PHP 7.2 compatibility
31+
32+
* feature#134: Added option to Loop the alarm sound
33+
34+
--- 2.3.5 ---
35+
36+
* feature: Support for Cacti 1.2
37+
38+
* feature: Align Status with Thold Status
39+
40+
* feature: Implement Cacti Responsive Filter for Mobile
41+
42+
* feature: Allow Alert sounds on Threshold Breach or Triggers
43+
44+
* feature: Support text based email generation
45+
46+
* issue#48: Reboot notifications did not properly use Monitor sender settings
47+
48+
* issue#66: Correct missing variable warnings when sending emails
49+
50+
* issue#71: Only one tile being displayed per row being displayed #71
51+
52+
* issue#72: Internet Explorer fails to apply filters
53+
54+
* issue#76: Monitor attempts to get status for non-server elements
55+
56+
* issue#77: Device status information in popup window may contains quotes
57+
58+
* issue#78: Arranging hosts by Device Template is not working
59+
60+
* issue#89: When there are no group level items, SQL filters can become badly
61+
formatted
62+
63+
* issue#94: When grouping by tree, Devices added to the root of a tree appear on
64+
every tree
65+
66+
* issue#95: When grouping by site, devices with no site never appear
67+
68+
--- 2.3.4 ---
69+
70+
* issue#64: Fixed issue with overlapping rows in tree view
71+
72+
* issue#61: Fixed issue where monitor_list was not being used
73+
74+
* feature: Added option to disable inclusion of Threshold alert lists
75+
76+
--- 2.3.3 ---
77+
78+
* issue#60: Fixed issue with themes
79+
80+
* issue#57: Fixed issue with mute not working
81+
82+
* issue: Fixed issue with audio constantly playing
83+
84+
* issue: Fixed issue with audio attempting to play files that do not exist
85+
86+
--- 2.3.2 ---
87+
88+
* feature: Allow "from" email address/name to be set
89+
90+
* feature: Requires a minimum of Cacti 1.1.36
91+
92+
--- 2.3.1 ---
93+
94+
* issue: fixed issue where criticalities was not being correctly referenced
95+
96+
--- 2.3 ---
97+
98+
* feature: improved header/filter layout for more consistent view
99+
100+
* feature: Added List View mode * issue: fixed issue where hosts where not
101+
always evaluated properly in render_perms()
102+
103+
--- 2.2 ---
104+
105+
* issue#23: Notify admins on a system reboot detection
106+
107+
* issue#31: Tree rendering not functioning as expected
108+
109+
* issue: Properly handle text domain for internationalization
110+
111+
* feature: Update Spanish Translation
112+
113+
* issue: List of plugin_monitor's, sound files, in setup, is now sorted
114+
115+
* issue#43: Modified plugin_monitor reporting and updating behavior when cacti
116+
host table indicates device uptime values of 0
117+
118+
--- 2.1 ---
119+
120+
* feature: Convert Monitor to use CSS for skin developers
121+
122+
* issue#26: Monitor is not showing triggered colors
123+
124+
* issue#27: Time in State not reported correctly in some instances
125+
126+
* issue: Correct several smaller visual issues with monitor
127+
128+
--- 2.0 ---
129+
130+
* feature: Support for Cacti 1.0
131+
132+
* feature: Complete redesign using font awesome
133+
134+
* feature: Allow specification of device criticality
135+
136+
* feature: Allow specification of warning and alert ping round trip latency
137+
number
138+
139+
* feature: All GUI interactions using ajax
140+
141+
* feature: Specification of settings using filter
142+
143+
* feature: Save user based settings
144+
145+
* feature: Using new Cacti permissions system
146+
147+
* feature: Generalized code cleanup
148+
149+
* feature: Integrate better with Thold and Syslog
150+
151+
--- 1.3 ---
152+
153+
* compat: Fix general header
154+
155+
--- 1.2 ---
156+
157+
* bug#0001654: a little update for monitor plugin
158+
159+
* bug: Correct some undefined offset errors
160+
161+
--- 1.1 ---
162+
163+
* compat: Allow proper navigation text generation
164+
165+
* bug: User would see console as a pick even if they were guest
166+
167+
* bug: Mute button does not work properly
168+
169+
* bug: Text fields in MySQL can not include a default
170+
171+
--- 1.0 ---
172+
173+
* feature: Add Grouping by Host Template
174+
175+
* feature: Adding 0.8.7f features
176+
177+
--- 0.9 ---
178+
179+
* compat: Monitor is now only PA 2.0 compatible
180+
181+
* bug: Fix for mass enabling / disabling monitoring of hosts
182+
183+
--- 0.8.2 ---
184+
185+
* feature: Change from JS Status popup to pure CSS
186+
187+
* feature: Remove "Details" view
188+
189+
--- 0.8.1 ---
190+
191+
* feature: Fix compatibility issue between monitor and thold v0.3.6
192+
193+
--- 0.8 ---
194+
195+
* feature: Add a muted icon to show what hosts are currently muted
196+
197+
* feature: Only show hosts that have had at least 2 pollings. This stops it
198+
from alerting on new hosts that haven't been properly polled yet.
199+
200+
* feature: All the selecting of "None" as a sound to not have it play an alert
201+
202+
* feature: Move from using cookies to using session variables
203+
204+
* feature: Allow the display of a Host Down Message
205+
206+
* bug: Add fix for not showing disabled thresholds
207+
208+
* bug: Lots of code cleanup
209+
210+
* feature: Add a patch by fri that allows grouping by tree / header and does
211+
user auth checking
212+
213+
* feature: Use new "api_user_realm_auth" from Plugin Architecture
214+
215+
* feature: Display host down time under the hostname
216+
217+
* bug: Fix Cacti 0.8.7 compatibility
218+
219+
--- 0.7 ---
220+
221+
* bug#0000044 - Modify device image to link to device's graphs
222+
223+
* bug#0000052 - If the Threshold plugin is running, change the host color to
224+
Orange if a threshold is breached
225+
226+
* feature: Add option to select an different alarm sound from the available wav
227+
and mp3 files in the sounds directory
228+
229+
* feature: Update tab image to better resemble the original cacti images
230+
231+
* feature: Add option to add an icon legend to the Monitor display
232+
233+
* feature: Moved sounds to their own folder
234+
235+
* bug: Fixes to the fast poller
236+
237+
--- 0.6 ---
238+
239+
* feature: Allow guest access to the Monitor Tab
240+
241+
* bug#0000013 - Fix issues with database names with uncommon characters by
242+
enclosing in back-ticks
243+
244+
--- 0.5 ---
245+
246+
* bug: Fixed an issue with the mute button action url (thanks Tut'!)
247+
248+
* bug: Fixed an issue with the monitor page and includes
249+
250+
* bug: Fixed an issue with the Fast Poller paths
251+
252+
--- 0.4 ---
253+
254+
* feature: Added Javscript Mouseover Tooltips. This replaces the title
255+
attribute which I used before (Newlines didn't work in Firefox)
256+
257+
--- 0.3 ---
258+
259+
* feature: Added Settings for Refresh Rate and Width of Hosts See Settings >>
260+
Misc
261+
262+
* feature: Added Faster Poller so that you can know immediately if something is
263+
down
264+
265+
--- 0.2 ---
266+
267+
* bug: Fix for navigational line
268+
269+
--- 0.1 ---
270+
271+
* Initial release

0 commit comments

Comments
 (0)