Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (a336b4b8942e402b61b7b0e0b754e0180913d070)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (a336b4b8942e402b61b7b0e0b754e0180913d070)
  • Date: Thu, 9 Dec 2010 19:32:32 -0600

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

ChangeLog | 3 +++
net/collectd/DEPENDS | 17 +++++++++++++++++
net/collectd/DETAILS | 18 ++++++++++++++++++
net/collectd/HISTORY | 5 +++++
4 files changed, 43 insertions(+)

New commits:
commit 9b66388f7b60ba95170b9309576c6834c85c722f
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

collectd: new spell for statistics collection

It's not 100% perfect, but it's better than nothing! it does build and
install the plugins configured. There's probably some more intricate
details that will be worked out with time.

diff --git a/ChangeLog b/ChangeLog
index 9429db4..f13b61a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-12-09 David Kowis <dkowis AT shlrm.org>
+ * net/collectd: new spell, statistics collection daemon
+
2010-12-07 Vlad Glagolev <stealth AT sourcemage.org>
* database/mongodb: new spell, high-performance, schema-free
document-oriented database
diff --git a/net/collectd/DEPENDS b/net/collectd/DEPENDS
new file mode 100755
index 0000000..2b604c3
--- /dev/null
+++ b/net/collectd/DEPENDS
@@ -0,0 +1,17 @@
+optional_depends rrdtool "" "" "Enable the RRD output (Recommended)" &&
+optional_depends curl "" "" "TODO: for http based plugins" &&
+optional_depends dbi "" "" "Enable DBI plugin" &&
+optional_depends libesmtp "" "" "Enable notify_email plugin" &&
+optional_depends libgcrypt "" "" "Enable network plugin's encryption and
signing" &&
+optional_depends hal "" "" "Enable the UUID plugin to get UUID from hal" &&
+optional_depends iptables "" "" "Enable the iptables plugin" &&
+optional_depends memcached "" "" "Enable the memcached plugin" &&
+optional_depends mysql "" "" "Enable the MySQL plugin" &&
+# TODO: need more than just iproute2 for netlink plugin
+optional_depends net-snmp "" "" "Enable the SNMP plugin" &&
+optional_depends postgresql "" "" "Enable the postgresql plugin" &&
+optional_depends perl "" "" "Enable the perl plugin" &&
+optional_depends lm_sensors "" "" "Enable the sensors plugin" &&
+optional_depends nut "" "" "Enable getting stats from Network UPS tools" &&
+optional_depends libxml2 "" "" "Used by ascent and libvirt plugins"
+
diff --git a/net/collectd/DETAILS b/net/collectd/DETAILS
new file mode 100755
index 0000000..ed1c95d
--- /dev/null
+++ b/net/collectd/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=collectd
+ VERSION=4.10.2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://collectd.org/files/$SOURCE
+
SOURCE_HASH=sha512:01825a26452adb2586451efb899b2187d39b0a3ca759a568fd749eb076f8005177d6017deca08981c3c0c012da75437005b100d8dd7d5be0b25117ae520bd606
+ WEB_SITE=http://collectd.org
+ ENTERED=20101209
+ LICENSE[0]=GPL
+ KEYWORDS="net"
+ SHORT="a daemon which collects system performance statistics"
+cat << EOF
+collectd gathers statistics about the system it is running on and stores this
+information. Those statistics can then be used to find current performance
+bottlenecks (i.e. performance analysis) and predict future system load (i.e.
+capacity planning). Or if you just want pretty graphs of your private server
and
+are fed up with some homegrown solution you're at the right place, too ;).
+EOF
diff --git a/net/collectd/HISTORY b/net/collectd/HISTORY
new file mode 100644
index 0000000..dd03c73
--- /dev/null
+++ b/net/collectd/HISTORY
@@ -0,0 +1,5 @@
+2010-12-09 David Kowis<dkowis AT shlrm.org>
+ * DETAILS,DEPENDS,HISTORY: created collectd spell
+ * NOTE: it's not great, but it works well, will have to figure
+ out the more intricate dependencies as time goes on
+



  • [SM-Commit] GIT changes to master grimoire by David Kowis (a336b4b8942e402b61b7b0e0b754e0180913d070), David Kowis, 12/09/2010

Archive powered by MHonArc 2.6.24.

Top of Page