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" |
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
| [root@chuka binaries]# python haoscar_wizard.py | |
| ======================================== | |
| == HAOSCAR Installation Wizard Running | |
| ======================================== | |
| ======================================== | |
| == System Sanity Checks | |
| ======================================== | |
| --> checking to make sure system environment is sane | |
| --> yup, system is sane | |
| --> sanity check completed, proceeding to next step |
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
| Dependencies needed so far | |
| sqlite3 | |
| python-sqlite3 bindings | |
| lsb_release | |
| linux_ha heartbeat | |
| csync | |
| Todo: | |
| When implementing hardware monitoring plugins, make use of lm_sensors |
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
| ======================================== | |
| == HAOSCAR Installation Wizard Running | |
| ======================================== | |
| ======================================== | |
| == System Sanity Checks | |
| ======================================== | |
| --> checking to make sure system environment is sane | |
| --> yup, system is sane | |
| --> sanity check completed, proceeding to next step | |
| ======================================== |
NewerOlder