Activité
Du 2015-01-15 au 2015-04-14
2015-03-31
- 18:17 Révision 7d88587f: multicpu1sec-c: use plain POSIX instead of stdlib
- As it will be used every second, we should limit the overhead
- 16:33 Révision 6ed404cb: multicpu1sec-c: ignoring generated files
2015-03-26
- 16:01 Révision 4a6b17b7: Merge pull request #594 from rrzefox/new_allnet_plugin
- new plugin for monitoring allnet ip sensoric devices (e.g. ALL4500)
- 16:00 Révision feef1d04: Merge pull request #605 from mikelolasagasti/php-opcache-add-wasted-memory
- Add wasted memory to the graph
- 14:03 Révision ec4951b7: Add wasted memory to the graph, now the sum is always the total assigned memory
- 05:05 Révision ccf8e71d: Merge pull request #604 from mikelolasagasti/normalize-php
- Normalize php's plugin categories
2015-03-25
2015-03-16
- 09:08 Révision 7264ba7d: Merge pull request #599 from driskell/feature/redis_graph_title_prefix
- Add TITLE_PREFIX to redis_
- 08:54 Révision 8fef176a: Add TITLE_PREFIX to redis_
2015-03-15
- 05:05 Révision c10abbef: Merge pull request #602 from AronNovak/backup
- General purpose backup monitoring plugin
2015-03-14
- 16:03 Révision f05e3897: Merge pull request #601 from sugamasao/feature-unicorn-change-pid-name
- unicorn_memory_status/unicorn_status change pid name
- 14:46 Révision 3aec3d5d: Merge pull request #600 from driskell/feature/vsftpd_improvements
- Improve vsftpd plugin
2015-03-12
- 17:11 Révision 1c9ed0d9: Merge pull request #598 from dotdoom/upstream
- Update jabber/network plugins
- 12:16 Révision b315a1c8: Improve vsftpd plugin
- - Allow log file path to be configured via plugin-conf.d env.logfile
- Add counters for successful and failed renames...
2015-03-11
- 16:34 Révision 6e714d72: General purpose backup monitoring plugin
- If you have a directory where daily, weekly, monthly you generate
backups of files, SQL databases, etc, you might wan... - 13:29 Révision 275ec0ed: Merge pull request #559 from mikeodr/mtr_fix
- Removing erroneous line from mtr output.
- 11:10 Révision 78bb6f75: Removing erroneous line from mtr output.
- Newer versions of mtr outputs a "Start: <date here>" line which would be
picked up and incorrectly graphed in munin. ... - 07:25 Révision 85072bf9: Update ejabberd_resources_* to use erl_call
- 07:25 Révision b518af0f: ejabberd_resources: add mnesia table info support
- 07:25 Révision 01ae710b: Fix logic of ping plugin default behavior (-w 2)
2015-03-10
- 16:25 Révision c61cdea2: Merge pull request #567 from ioppermann/varnish4
- Fix hit rate calculation for varnish4 plugin
- 12:30 Révision de86866b: Fix typos in installation instruction
- 12:30 Révision 7041db39: Fix hit rate calculation
- In varnish4, purges are counted as client_req but not as hit or miss anymore.
This fix recalculates client_req based ... - 12:30 Révision 50cb217c: Set order for objects and expunge
- 12:27 Révision cc15e334: Bugfix warning messages
- Odd number of elements in hash assignment at /etc/munin/plugins/varnish_bans line 884.
Use of uninitialized value $id... - 12:27 Révision 47a99e02: Quotes error
- syntax error at /etc/munin/plugins/varnish_bans line 925, near """ defined"
- 12:22 Révision ed8a615e: Bugfix warning messages
- Odd number of elements in hash assignment at /etc/munin/plugins/varnish_bans line 884.
Use of uninitialized value $id... - 12:22 Révision d658c583: Quotes error
- syntax error at /etc/munin/plugins/varnish_bans line 925, near """ defined"
- 20:52 Révision d2529b0c: unicorn_memory_status/unicorn_status change pid name
- User to be able to change the pid name
fixed at “unicorn.pid, but can be changed
use `env.pid_name my_unicorn.pid`
2015-03-09
- 04:21 Révision 9b36f418: unicorn_ "unicorn_rails" process not working
- `grep "unicorn worker` is unicorn_rails process not match.
I want to match the `unicorn` or 'unicorn_rails'
2015-03-08
- 15:35 Révision acad9014: Merge pull request #596 from steveschnepp/multicpu1sec-c
- Multicpu1sec c
- 14:58 Révision 308ba475: multicpu1sec-c: use the env vars for tmp file paths
2015-03-06
- 05:16 Révision cb9544f4: Merge pull request #566 from laserb/master
- modified data_url for firmware >= 6.20
- 04:27 Révision 28625df3: Merge pull request #593 from rrzefox/rename_lustre_plugins
- fix naming of lustre plugins.
2015-03-05
- 05:42 Révision d60ad397: fixed default values for rabbitmq_queue_memory
- 05:27 Révision c18c1863: relatively more reasonable default values for rabbitmq_queue_memory
- 04:22 Révision c4220bde: Fixed typo in rabbitmq_queue_memory
2015-03-04
- 09:58 Révision 23f3138c: new plugin for monitoring allnet ip sensoric devices (e.g. ALL4500)
- 05:02 Révision b3ac5125: fix naming of lustre plugins.
- - in one case there was a typo in the filename (inDodes instead of inodes)
- in the other two cases, make the naming ... - 19:00 Révision 99d3a426: multicpu1sec-c: fix the /proc/stat parsing
2015-03-03
- 18:17 Révision 79f72b87: multicpu1sec-c: fix value (remove idle)
- 18:16 Révision 16b017fc: multicpu1sec-c: handle fork
- 17:48 Révision b0e8dcea: multicpu1sec-c: using DERIVE
- We just delegate the whole CPU % computing to RRD
- 17:43 Révision 4a9b0e47: multicpu1sec-c: remove debugging statements
- 17:40 Révision 339bfec6: multicpu1sec-c: adding locking to avoid races
- 17:35 Révision 6dec8c33: multicpu1sec-c: opening the file r/w to truncate it
- 17:29 Révision c86e4ab2: multicpu1sec-c: implement the "fetch" cmd
- 17:28 Révision 9ac74f8d: multicpu1sec-c: implement the "acquire" cmd
- 13:24 Révision 81e9ffca: plugins: adding C version of multicpu1sec
2015-03-02
- 17:11 Révision a70f7e48: Merge pull request #553 from vlajos/typofixes-vlajos-20141204
- typofixes - https://github.com/vlajos/misspell_fixer
- 06:51 Révision fba800ae: typofixes - https://github.com/vlajos/misspell_fixer
- Suspicious sections:
plugins/mail/postfix_mail_stats recieved.label
plugins/nginx/nginx_vhost_traffic - 06:50 Révision 84d571bd: Merge pull request #592 from jonnymccullagh/master
- Updated README with addresses to munin-monitoring/contrib repo
- 06:49 Révision 6be526db: Merge pull request #577 from ercpe/fix-firebird-gstat-path
- Fixed firebird plugin:
2015-03-01
- 17:28 Révision d646054f: Merge branch 'feature/munin-pr-341-freeradius_queue'
- 17:27 Révision 6cfc863d: Move to plugins/other
- 17:25 Révision 31ad4788: Add freeradius packet queue plugin
- 17:15 Révision 8d8f8343: Merge branch 'feature/munin-pr-342-fail2ban'
- 17:14 Révision 6e867cad: Move to plugins/security
- 17:10 Révision 0e73a064: Use #!/usr/bin/env python
- 17:07 Révision a11e32ff: Add fail2ban_ wildcard plugin for extended status
- 17:07 Révision c91df8cc: Include graph_total as current fail2ban plugin does
- 17:07 Révision 7028ede4: Add example-graphs for fail2ban_
2015-02-27
- 16:01 Révision 04a1a328: Updated README with addresses to munin-monitoring/contrib repo
- 11:49 Révision eeaf47c6: Merge pull request #584 from rrzefox/updatesnmpupsplugin
- overhaul of snmp__ups_ plugin.
- 11:48 Révision 983d37a2: Merge pull request #585 from rrzefox/newsnmprms2
- new plugin for monitoring Knuerr RMS Compact II rack monitoring units
- 11:47 Révision b073040e: Merge pull request #591 from jonnymccullagh/master
- Adding munstrap template for munin-monitoring/contrib
2015-02-25
2015-02-24
- 15:17 Révision 578652fc: Merge pull request #583 from caseycs/mysql_slave_alerts
- add mysql slave alerts
2015-02-23
- 04:45 Révision 04461fb4: Merge pull request #589 from sokai/patch-1
- small update of README.md
2015-02-22
- 08:40 Révision c4e1760c: small update of README.md
- * reflects changes of @ssm (commit c4c0a9872c, 5 Oct 2014)
* added path and command examples for installation
2015-02-17
- 17:28 Bug #16784 (Needs deployment): mysql_connections_per_user bug avec le user "system user"
- j'ai déployé un fix sur geras et ça fonctionne bien.
j'ai soumis le fix upstream : https://github.com/munin-monito... - 17:27 Bug #16784 (Closed): mysql_connections_per_user bug avec le user "system user"
- geras s'est mis à bugger sur le plugin mysql_connections_per_user en disant qu'il y a une erreur avec la valeur pour ...
- 17:18 Révision 78a229dd: mysql_connections_per_user: skip internal user "system user"
- This is the user name used internally by mysql for binlog handling (even
though it's not present in the mysql.user ta... - 16:57 Révision 300c12e8: mysql_connections_per_user: skip internal user "system user"
- This is the user name used internally by mysql for binlog handling (even
though it's not present in the mysql.user ta...
2015-02-13
- 11:18 Révision 94438298: new plugin for monitoring Knuerr RMS Compact II rack monitoring units
- 10:58 Révision 7a306e62: overhaul of snmp__ups_ plugin.
- Changes:
- More queries supported (inputpower, batterycurrent, batteryruntime (how long
have we been running on bat...
2015-02-12
2015-02-11
2015-02-05
- 05:13 Révision 323b4a79: Merge pull request #582 from bashgeek/master
- Enhance nginx_error plugin
- 05:11 Révision aed6c052: Merge pull request #580 from ChristianBeer/update-ossec-plugin
- update the ossec plugin
- 00:54 Révision 2338b83e: Changed log split counter back to default value
- 00:44 Révision 37a7317c: Read file one time and sort counts into array instead of reading log file for ...
- 23:54 Révision 44d68a5f: mysql_connections_per_user: skip internal user "system user"
- This is the user name used internally by mysql for binlog handling (even
though it's not present in the mysql.user ta...
2015-02-04
- 11:24 Révision c098ee86: update the ossec plugin
- - harmonize the coding style of the three scripts
- harmonize the label names and file names with other popular plugi...
2015-02-03
- 07:16 Révision 375621b4: Merge pull request #569 from leeclemens/revert-534-master
- Revert "Avoid bashism"
- 07:15 Révision 0115be09: Merge pull request #575 from HeisSpiter/master
- Fix a typo in IPv6 handling which was actually leading to totally ignore...
- 07:15 Révision 44662156: Merge pull request #578 from letompouce/master
- mpdstats_: fix example documentation.
- 07:14 Révision 9cb8f096: Merge pull request #579 from Thor77/master
- add znc_logs plugin
2015-02-02
- 07:48 Révision 0ec85268: add readme
- 07:25 Révision 2aa34846: add example graph
- 07:01 Révision 9bc39fb2: fix issue on logrotate
2015-01-31
- 09:42 Révision 8fe960de: add znc_logs plugin
- 08:56 Révision e5780b2c: mpdstats_: fix example documentation.
2015-01-30
- 07:40 Révision c1abcd6b: Reverted to awk to extract database name
- 07:29 Révision 66c38543: Fixed firebird plugin:
- * Use gstat from path if available; fall back to /opt/firebird/bin/gstat if gstat could not be found
* Use bash to st...
2015-01-26
- 11:23 Révision 14d5c7ef: Fix percent graph generation for weekly & monthly views
- 04:17 Révision ee35f9be: Fix a typo in IPv6 handling which was actually leading to totally ignore IPv4 ...
2015-01-22
- 05:32 Révision 341798cd: Merge pull request #574 from HeisSpiter/master
- Use MUNIN_STATEFILE env variable to support multiple masters instead of ...
- 04:46 Révision acb1dfb0: Use MUNIN_STATEFILE env variable to support multiple masters instead of own made.
- Suggested by Steve Schnepp
2015-01-21
- 17:53 Révision 3c9b0b93: Merge pull request #571 from sepastian/feature_unicorn_show_name_of_application
- unicorn: display name of application.
- 17:49 Révision d89d564a: Merge pull request #573 from HeisSpiter/master
- Fix regexp in case iptables returns huge numbers. It may not have spaces...
- 12:16 Révision be7d3f82: Fix regexp in case iptables returns huge numbers. It may not have spaces at th...
- Make use of state file so that the plugin doesn't show an increasing jauge, but a current network usage
2015-01-20
- 16:06 Révision a6a1ee1d: Update README.md
- 16:04 Révision 1f5f70ef: README: Add some precision to the commit message
2015-01-18
- 06:23 Révision 803ad3b3: Merge pull request #570 from weeheavy/master
- Added nscd plugin
2015-01-15
Formats disponibles : Atom