Skip to content

Instantly share code, notes, and snippets.

@okoye
Created January 1, 2010 04:49
Show Gist options
  • Select an option

  • Save okoye/267044 to your computer and use it in GitHub Desktop.

Select an option

Save okoye/267044 to your computer and use it in GitHub Desktop.
#! /usr/bin/env python
#A sample module used to test the functionality of the gathering system
import os
def open():
values = dict()
values["COMPONENT"] = "MySQL"
values["NAME"] = "Database_Monitor_Test"
values["DESCRIPTION"] = "Provides information about the state of database"
return values
def update():
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment