mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: perf_times cleanup (#6908)
* fix: perf_times cleanup * Truncate perf_times to save some headaches
This commit is contained in:
committed by
Neil Lathwood
parent
d47b58bf6d
commit
41882dfd8b
6
daily.sh
6
daily.sh
@@ -83,7 +83,7 @@ status_run() {
|
||||
# Arguments:
|
||||
# args:
|
||||
# Array of arguments to pass to
|
||||
# daily.php
|
||||
# daily.php
|
||||
# Returns:
|
||||
# Exit-Code of Command
|
||||
#######################################
|
||||
@@ -100,7 +100,7 @@ call_daily_php() {
|
||||
# Globals:
|
||||
# LIBRENMS_DIR
|
||||
# Arguments:
|
||||
#
|
||||
#
|
||||
# Returns:
|
||||
# Exit-Code of Command
|
||||
#######################################
|
||||
@@ -178,7 +178,7 @@ main () {
|
||||
"syslog"
|
||||
"eventlog"
|
||||
"authlog"
|
||||
"perf_time"
|
||||
"perf_times"
|
||||
"callback"
|
||||
"device_perf"
|
||||
"purgeusers"
|
||||
|
Reference in New Issue
Block a user