Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 2238
blob5ad5af6377f62a573e659251f11af110fea8ce81
1 Title: postfix_mailq: Fixed incorrect creation of RRDs, Fixed graphs of size and length of queues
2 Level: 2
3 Component: checks
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.4.0i1
8 Date: 1464959618
10 Postfix mail queue check creates incorrect rrd data sources. This results in a lot of unnecessary rrd files.
12 You can delete those files to save hard disc space. But keep in mind, that you will loose the historic
13 data. Graphs can have areas with missing data.
15 Those files are stored at following locations:
16 <ul>
17   <li>~/var/check_mk/rrd</li>
18   <li>~/var/pnp4nagios/perfdata</li>
19 </ul>
21 You can delete those files with those commands:
22 C+:
23   find ~/var/check_mk/rrd -type f -iname "postfix_mail_queue_*_size*" -exec rm '{}' \;
24   find ~/var/pnp4nagios/perfdata -type f -iname "postfix_mail_queue_*_size*" -exec rm '{}' \;
25 C-:
27 If you have set up a new monitoring site with version 1.2.8, there are multi RRDs in use.
28 If you want to clean up those files, please contact us with via your support address.
30 The graphs of size and length of the queues have been adapted to correct this mistake.
31 All several performance data is collected in one graph.