File pnp4nagios.changes of Package pnp4nagios
1
-------------------------------------------------------------------
2
Tue Dec 15 11:39:53 UTC 2009 - lars@linux-schulserver.de
3
4
- update to 0.6.1
5
+ Webfrontend based on http://www.kohanaphp.com (separate package)
6
+ Javascript-functions using jQuery plugins
7
+ process_perfdata.pl will be able to use one RRD database
8
per datasource
9
+ RRDtool errors are now displayed as images. no more missing images
10
+ PNP templates cannot overwrite internal variables anymore
11
+ PNP templates of version 0.4.x can still be used
12
+ PDF functions recoded
13
+ Template default.php optimized
14
+ Export from RRD databases into XML, CSV and JSON format using the
15
RRDtool "xport" function
16
+ Page functions recoded
17
+ Error pages links to online FAQ
18
+ Mouseover Popup in Nagios frontend via jQuery.clueTip plugin
19
+ Full support of rrdcached
20
+ RRD heartbeat per check_command -> tpl_custom
21
+ New config.php option pdf_graph_opt
22
+ Recognize the 'background_pdf' option in page definitions
23
+ Recognize the 'source' option in page definitions
24
+ Array $TIMERANGE now available for templates
25
+ Store internal runtime statistics on a per minute base
26
+ Added two widgets views/widget_menu.php and views/widget_graph.php
27
- improved apache include config
28
- pnp4nagios requires kohana now
29
30
31
-------------------------------------------------------------------
32
Thu Jul 23 22:04:32 CEST 2009 - lars@linux-schulserver.de
33
34
- update to 0.4.14:
35
+ Use Nagios TIMET Macro while creating new RRD Databases.
36
+ New config option enable_recursive_template_search.
37
+ Better signal handling in process_perfdata.pl
38
+ FIX: Optimized check_multi detection.
39
+ FIX: Popups are now working with IE.
40
+ RRA config per check_command.
41
- recommend dejavu
42
43
-------------------------------------------------------------------
44
Tue Mar 17 11:09:07 CET 2009 - lars@linux-schulserver.de
45
46
- enhance the command template for users using NPCD to process
47
their performance data.
48
49
-------------------------------------------------------------------
50
Fri Feb 20 23:18:18 CET 2009 - lars@linux-schulserver.de
51
52
- update to 0.4.13:
53
+ Overlib 4.21 included http://www.bosrup.com/web/overlib/
54
+ Prototype Ajax Framework 1.6.0.3 included http://www.prototypejs.org/
55
+ Script.aculo.us Update to 1.8.1
56
+ FIX: Function rrd_fetch renamed to rrdtool_fetch to avoid
57
naming conflict
58
+ Experimental: New npcd Event Broker Module - handle with care
59
+ Experimental: New special templates stored in templates.special
60
+ FIX: autoconf detection for getloadavg() - ignore
61
loadthreshold if not available
62
+ FIX: Host OS Detection for mod_cflags/mod_ldflags
63
64
65
-------------------------------------------------------------------
66
Tue Oct 28 11:08:03 CET 2008 - lars@linux-schulserver.de
67
68
- update to 0.4.12:
69
+ Remove Call-time pass-by-reference
70
+ FIX: Fixed wrong check_multi service description
71
+ FIX: Fixed page config parser
72
73
-------------------------------------------------------------------
74
Fri Aug 29 13:56:24 CEST 2008 - lars@linux-schulserver.de
75
76
- add <IfDefine PNP4NAGIOS> to the apache configuration to
77
avoid startup problems if SSL is enabled and no SSLKey is
78
available for this config.
79
80
-------------------------------------------------------------------
81
Wed Jul 16 22:13:45 CEST 2008 - lars@linux-schulserver.de
82
83
- update to 0.4.10:
84
+ BUGFIX: Fixed wrong link to avail.cgi used on pages.
85
+ BUGFIX: Don´t exit process_perfdata.pl when process_perfdata.cfg
86
is missig.
87
+ Report missing RRDs Perl Modules.
88
89
-------------------------------------------------------------------
90
Fri May 16 18:36:00 CEST 2008 - lars@linux-schulserver.de
91
92
- update to 0.4.9:
93
+ process_perfdata.pl results in timeouts and broken XML files
94
caused by missing RRDs Perl Modules
95
- removed pnp-0.4.7-buffer_overflow.patch
96
97
-------------------------------------------------------------------
98
Thu May 01 19:31:07 CEST 2008 - lars@linux-schulserver.de
99
100
- update to 0.4.8:
101
+ New process_perfdata.pl option -c [–config] to specify an
102
alternate config file.
103
+ France Translation added by Jean-Marie Le Borgne
104
+ XML Encoding can now be changed by using XML_ENC in
105
process_perfdata.cfg
106
+ Set SetAutoPageBreak() in doPDF function.
107
+ New Option background_pdf can be used in page definitions to
108
override the defaults.
109
+ process_perfdata.cfg: Option RRD_HEARTBEAT added.
110
+ New NPCD Option: sleep_time
111
+ Fixed process_perfdata.pl race condition: config file timeout
112
now won't be ignored
113
+ Backslashes used in service descriptions are now substituted
114
to underscores.
115
116
-------------------------------------------------------------------
117
Sat Apr 12 23:31:07 CEST 2008 - lars@linux-schulserver.de
118
119
- fix directory ownership
120
- fix execute bits for process_perfdata.pl
121
- safe_mode must currently be off to keep it easily running
122
- added nagios-pnp.cfg containing command definitions
123
124
-------------------------------------------------------------------
125
Thu Mar 13 22:27:38 CET 2008 - lars@linux-schulserver.de
126
127
- update to 0.4.7:
128
+ Fixed compiler errors on Solaris
129
+ Switched to autoconf 2.61
130
+ Fixed is_file() on older SuSE releases
131
132
-------------------------------------------------------------------
133
Mon Feb 11 19:43:06 CET 2008 - lars@linux-schulserver.de
134
135
- update to 0.4.6:
136
+ XML Tag <RRD> reflects the last rrdtool returncode and text.
137
+ parse_xml() cleanup.
138
+ Improved check_multi support.
139
+ Calendar added to all views.
140
+ New Icons based on KDE Theme nuvoX.
141
+ Fixed libpng write errors.
142
+ Added suport for threshold range format
143
+ New Template check_snmp_int-bits.php.
144
Output is displayed in Bits/s
145
+ NPCD now takes care about the exit status
146
of the executed command
147
+ No more PID File creation without Daemon Mode
148
+ Load thresholding through config file (experimental)
149
+ No try to write PID File after a HUP Signal
150
+ File Log is now ready for testing
151
+ Rotation of logfile
152
+ New configure option: –with-perfdata-spool-dir
153
+ Stay in the current timerange when switching between pages
154
+ New Configure Option –with-init-dir
155
156
-------------------------------------------------------------------
157
Tue Dec 18 12:46:21 CET 2007 - lars@linux-schulserver.de
158
159
- initial release 0.4.3
160
161