Merge pull request #190 from laf/issue-12

Updated most files to use dbFacile
This commit is contained in:
Paul Gear
2014-03-30 14:58:41 +10:00
45 changed files with 334 additions and 346 deletions

View File

@@ -1,6 +1,9 @@
#!/usr/bin/php
<?php
// MYSQL Check - FIXME
// 1 UNKNOWN
### This script requires php-cli and php-mysql packages
# ============================================================================

View File

@@ -1,5 +1,8 @@
<?php
// MYSQL Check - FIXME
// 1 UNKNOWN
# ============================================================================
# This is a script to retrieve information from a MySQL server for input to a
# Cacti graphing process. It is hosted at

View File

@@ -1,6 +1,9 @@
#!/usr/bin/env php
<?php
// MYSQL Check - FIXME
// 1 UPDATE
include("config.php");
include("includes/functions.php");
@@ -24,4 +27,4 @@ else
echo("ERROR: Could not open file \"$argv[1]\".\n");
}
?>
?>