Created
January 1, 2010 04:49
-
-
Save okoye/267044 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /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