mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated most files to use dbFacile
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#!/usr/bin/php
|
||||
<?php
|
||||
|
||||
// MYSQL Check - FIXME
|
||||
// 1 UNKNOWN
|
||||
|
||||
### This script requires php-cli and php-mysql packages
|
||||
|
||||
# ============================================================================
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user