diff --git a/src/opnsense/scripts/health/library/OPNsense/RRD/Types/Base.php b/src/opnsense/scripts/health/library/OPNsense/RRD/Types/Base.php index 440a1a0972..4294f42994 100755 --- a/src/opnsense/scripts/health/library/OPNsense/RRD/Types/Base.php +++ b/src/opnsense/scripts/health/library/OPNsense/RRD/Types/Base.php @@ -151,7 +151,7 @@ abstract class Base return $this; } - $cmd_frmt = ['/usr/local/bin/rrdtool create %s --step %d']; + $cmd_frmt = ['/usr/local/bin/rrdtool create %s --step %s']; $cmd_args = [$this->filename, 60]; foreach ($this->datasets as $dataset) {