Browse Source

Initial files commit.

FGM 13 years ago
commit
c08a079367
2 changed files with 15 additions and 0 deletions
  1. 11 0
      munin_api.info
  2. 4 0
      munin_api.module

+ 11 - 0
munin_api.info

@@ -0,0 +1,11 @@
+; $Id: devel.info,v 1.5.2.1 2008/06/13 03:25:20 weitzman Exp $
+name = "Munin API"
+description = "An API to make modules instrumented for Munin stats"
+package = Administration
+
+core = 6.x
+
+project = "munin_api"
+datestamp = "1295945332"
+project status url = http://features.osinet.eu/fserver
+version = "6.x-1.x-dev"

+ 4 - 0
munin_api.module

@@ -0,0 +1,4 @@
+<?php
+function munin_api_help() {
+
+}