mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
add new line
This commit is contained in:
parent
dd685310ab
commit
c31b957bdd
4 changed files with 4 additions and 4 deletions
|
@ -69,4 +69,4 @@ $nb = 0;
|
|||
if (($stmt = $dbh->query("SELECT count(id) FROM {$table_prefix}forum_discussions WHERE timemodified > $graph_period")) != false) {
|
||||
$nb = $stmt->fetchColumn();
|
||||
}
|
||||
echo "forum_discussions.value $nb\n";
|
||||
echo "forum_discussions.value $nb\n";
|
||||
|
|
|
@ -67,4 +67,4 @@ if (count($argv) === 2 && $argv[1] === 'config') {
|
|||
foreach($data as $entry) {
|
||||
echo "modules_".$entry->modulename.".label ".$entry->modulename."\n";
|
||||
echo "modules_".$entry->modulename.".value ".$entry->moduleinstance."\n";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -61,4 +61,4 @@ $nbusers = 0;
|
|||
if (($stmt = $dbh->query("SELECT count(id) FROM {$table_prefix}user WHERE lastaccess > $graph_period")) != false) {
|
||||
$nbusers = $stmt->fetchColumn();
|
||||
}
|
||||
echo "users_online.value $nbusers\n";
|
||||
echo "users_online.value $nbusers\n";
|
||||
|
|
|
@ -81,4 +81,4 @@ $nbusers = 0;
|
|||
if (($stmt = $dbh->query("SELECT COUNT(id) FROM {$table_prefix}user WHERE deleted=1")) != false) {
|
||||
$nbusers = $stmt->fetchColumn();
|
||||
echo "users_deleted.value $nbusers\n";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue