Updated most files to use dbFacile

This commit is contained in:
laf
2014-01-13 17:43:58 +00:00
parent a0650f0547
commit 02792176fa
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");
}
?>
?>