Classified Ads heads back to drupal.org
The Classified Ads module was initially developed in 2010 as a fork off ed_classified module and evolved separately since then, while ed_classified did not.
The Classified Ads module was initially developed in 2010 as a fork off ed_classified module and evolved separately since then, while ed_classified did not.
The latest Munin API update includes online help in Drupal advanced_help format, with explanations about Munin API, Munin, RRDtool and MRTG ; hook information for developers of business metrics, and more.
What to do if your Drupal Munin graphs do not appear ?
If munin-node
starts before Apache (NGinx, etc) is ready, the munin-drupal
plugin won't be able to connect and provide the needed config
to munin-node
.
The Munin APC plugin used to display SMA and Cache info on the same graph, meaning RAM metrics coexisted with hit metrics, like hits, misses, insertions and deletions. Not such a great idea...
Drupal enterprise-class applications and web sites have business-specific metrics to observe: Munin API offers a very simple way to write custom plugins, to monitor exactly the metrics needed by marketing or quality.
Another Munin plugin exists on drupal.org. Munin API is an independent implementation, not derived from the existing project, and strongly differing in architectural choices:
The development wiki is at http://wiki.audean.com/dr/munin
Just ask for an Audean wiki account on the OSInet contact form if you want to submit suggestions, requests, or work along.
Drupal can provide a Munin heartbeat check too: Munin API can log events if the Munin probe interval deviates from the expected, with 2 levels of severity depending on the deviation: one missed probe could trigger a warning and two a critical.
This module is an API-type Drupal module to help other modules expose their internal instrumentation to Munin, mostly used by sub-modules and custom code to expose business metrics.