mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Update rrd.inc
Fix this error php: rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/system-mbuf.rrd N:U:U:U:U:U' returned exit code '1', the output was 'ERROR: expected 4 data source readings (got 5) from N:U:U:U:U:U'
This commit is contained in:
parent
dbb4e08918
commit
06ff126ebb
@ -717,7 +717,7 @@ function enable_rrd_graphing() {
|
||||
|
||||
/* enter UNKNOWN values in the RRD so it knows we rebooted. */
|
||||
if($g['booting']) {
|
||||
mwexec("$rrdtool update $rrddbpath$ifname$mbuf N:U:U:U:U:U");
|
||||
mwexec("$rrdtool update $rrddbpath$ifname$mbuf N:U:U:U:U");
|
||||
}
|
||||
|
||||
/* the mbuf stats gathering function. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user