Your message dated Sun, 03 Jul 2016 13:25:39 +0000 with message-id <[email protected]> and subject line Bug#127918: fixed in mrtgutils 0.8.2 has caused the Debian Bug report #127918, regarding nicer mrtg-sensors to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 127918: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=127918 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: mrtgutils Severity: wishlist Tags: patch Hi, Since the fan rotation and temperature values differ greatly, putting them both on a single graph (or using the same multiplier for both) doesn't quite work so well. Here's a solution -- the mrtg.cfg snippet: Target[cibalia.sensors]: `/usr/local/sbin/mrtg-sensors-nice` MaxBytes[cibalia.sensors]: 10000 Title[cibalia.sensors]: cibalia: sensors data Options[cibalia.sensors]: gauge, nopercent PageTop[cibalia.sensors]: <h1>Sensors data for cibalia</h1> <ul> <li>Input: temp1 degrees celsius * 100 <li>Output: fan1 RPM </ul> The /usr/local/sbin/mrtg-sensors-nice script contains: #!/usr/bin/perl -w # nicely replaces mrtg-sensors as99127f-\* temp1 as99127f-\* fan1 # made by Joy, 2002. my $temp1; my $fan1; open S, "sensors |" or die; foreach $l (<S>) { $temp1 = $1 if $l =~ /^temp1:\s+\+(\d+(\.\d+)?)/; $fan1 = $1 if $l =~ /^fan1:\s+(\d+)/; } close S; print $temp1*100 . "\n"; print $fan1 . "\n"; print `uptime`; print `hostname -f`; I figured this might be useful as an example for others. With a little bit of tweaking, you could even fix #94067 with it :) TIA. -- 2. That which causes joy or happiness.
--- End Message ---
--- Begin Message ---Source: mrtgutils Source-Version: 0.8.2 We believe that the bug you reported is fixed in the latest version of mrtgutils, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Luciano Bello <[email protected]> (supplier of updated mrtgutils package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 01 Jul 2016 00:56:40 +0200 Source: mrtgutils Binary: mrtgutils mrtgutils-sensors Architecture: source amd64 Version: 0.8.2 Distribution: unstable Urgency: medium Maintainer: Luciano Bello <[email protected]> Changed-By: Luciano Bello <[email protected]> Description: mrtgutils - Utilities to generate statistics for mrtg mrtgutils-sensors - Utilities to generate statistics for mrtg (from lm-sensors) Closes: 127918 575091 641650 641651 721875 Changes: mrtgutils (0.8.2) unstable; urgency=medium . * New Standards-Version. * Source format 3.0 (native). * Debhelper 9. * In collab-maint now. Vcs-Git and Vcs-Browser added. * The original author, Randolph Chung, uploaded the original version of this package directly to Debian. So there is not such a thing as "It was downloaded from" entry in copyright. Closes:# 575091. * Implicit declaration of function 'strcmp' fixed. Closes: #641651 * Makefile: Correct placement of libs in linking. (LP: #770826). Closes: #641650 * Francois Gouget <[email protected]> made mrtg-load more flexible. Thanks! Closes: #721875 - It can now be used to sample any of the load averages. - uptime.c optimitzation: Only compute the uptime and load averages once per run. * The Francois patch inspired mrtg-uptime, for monitoring system and idle uptime * Also from Francois patch inspiration, different (and fractional) multipliers can be applied for each of the two data samples. Including mrtg-sensors. Closes: #127918 * Adjusted Debian copyright to a new format based on debian policy. Checksums-Sha1: f47787f151dde3069889e7210191e41547048df4 1597 mrtgutils_0.8.2.dsc 5653d857676dd5afc841a6a23597c3a68a293f81 11008 mrtgutils_0.8.2.tar.xz 57685c510a7fe1f02fe3d04fdfa69ca3b62f7c20 34788 mrtgutils-dbgsym_0.8.2_amd64.deb f96abaa95df1c61eba121a08ac6302a4895610ec 11718 mrtgutils-sensors-dbgsym_0.8.2_amd64.deb f326eca4f1cf285fcb16de1b2800324544f12f4a 10906 mrtgutils-sensors_0.8.2_amd64.deb 51241646c967aab1b92a9a70a49a71d0e459c608 22082 mrtgutils_0.8.2_amd64.deb Checksums-Sha256: 74e621879848772d8833c24def70f5f68fe49b6b78b509430f6cbc20e16f90ca 1597 mrtgutils_0.8.2.dsc 0aed33497067c110732566711b98e2bfa94e650171af993c465075d1a8c1ad4b 11008 mrtgutils_0.8.2.tar.xz 4bc896e3820f7db509a86ee74a820990d8d967b874d29cbf789cb26c1708c3af 34788 mrtgutils-dbgsym_0.8.2_amd64.deb 21460d3d48201c65ac6b4c954136402d08e5f35ced61262e55d25687788805c4 11718 mrtgutils-sensors-dbgsym_0.8.2_amd64.deb b1029485ab9915de57385b3a2749518ef0537416a29b5011d0cbb29f45519e19 10906 mrtgutils-sensors_0.8.2_amd64.deb e86bac5685ca957a9918c74bb6e6d3567644b9310137681145b4c9d4c31fba61 22082 mrtgutils_0.8.2_amd64.deb Files: 79be7587be2aad3da8a1d44a75a7b18c 1597 net optional mrtgutils_0.8.2.dsc 4daf2d0731ccf8c5e8b5025131932185 11008 net optional mrtgutils_0.8.2.tar.xz ef6f3303cf70239e3d2de44aa0c85f50 34788 debug extra mrtgutils-dbgsym_0.8.2_amd64.deb e38edc5dd02d41cc6ae4df13fb9ee078 11718 debug extra mrtgutils-sensors-dbgsym_0.8.2_amd64.deb db20f98c7e3737217ac634643b2e8132 10906 net optional mrtgutils-sensors_0.8.2_amd64.deb aeb1b4b1d9eb7b32d8a8c52c61d30135 22082 net optional mrtgutils_0.8.2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXeQ5kAAoJEG7C3vaP/jd0DAMP/jGIegMxYMd1gEwfBPhU5tl3 18pb5v6tGxd2CEvq8FUEDC+mMI2wslctaymcT/5SfatxFCCTHOqdmJTxSYaleww2 I0+BAwrbyAoSASLhxzJ+IiMg4i6L58UepOwcArXtYCJ6slmEFz+lCIx40C3mJqHf 7+m96X43MRadp5JLnIYfGfRbLqVpHj4djIYX7sBBsKopleKwACwVyWOLYblI0M9t 0bddF9GI57G4aBUbymvBNCiQwxILnI2uyQQ1jPBnC8xjvBQ/UxuRN0jMnT8gNp8L 91MZOIX/qmtWQewa3kr7PzvDC6zrluTxiKS5t//qPjmOgh7PK1IRxS3jYZOyGxZM +axbFy+6t5vzJHAmWnaG0wIOQKd3fIo4vC0sLOiNNA2fDlQy8zthMf/nqTJ+kH4x 7EoCnR92VcL0tRddMxJ/Ke/EpnS20Krc270pIcz6CGYT+/jjgqKf/+dCckPRc1fB 02JeLCMkrevbG6kFYbVC5Lc3ZSLmXQs20AZR3mo5HWLnr1A7R91YbgqcuyJpkm7C pzHWd5Zm7WXl7MwDhNPDOJUDRAB72+oZUDYhwkCKt0S4hdP+kL1awUZYUDs8QM0Z TTDNBIpP9XxNiL9w2tPVkbQISVXHaxikMH6hnJfRii73tDQAf8vVCln/RQETmP0i 5oND4hxOs5lZZ8jhi9MN =teqp -----END PGP SIGNATURE-----
--- End Message ---

