public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Matthias Fischer <matthias.fischer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 4/4] makegraphs: 'vnstat -u' is no longer supported/needed
Date: Fri, 10 Apr 2020 19:17:11 +0200	[thread overview]
Message-ID: <20200410171711.3902-4-matthias.fischer@ipfire.org> (raw)
In-Reply-To: <20200410171711.3902-1-matthias.fischer@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 607 bytes --]

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 src/scripts/makegraphs | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/scripts/makegraphs b/src/scripts/makegraphs
index b91a70e3a..1dc14b8a3 100644
--- a/src/scripts/makegraphs
+++ b/src/scripts/makegraphs
@@ -106,9 +106,6 @@ sub updatehdddata{
 	}
 }
 
-## Update vnstat
-system ('/usr/bin/vnstat -u');
-
 my @disks = `ls -1 /sys/block | grep -E '^sd|^nvme|^mmcblk|^xvd|^vd|^md' | sort | uniq`;
 system("unlink /var/run/hddstatus 2>/dev/null && touch /var/run/hddstatus");
 foreach (@disks){
-- 
2.18.0


      parent reply	other threads:[~2020-04-10 17:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-10 17:17 [PATCH 1/4] vnstat: Update to 2.6 Matthias Fischer
2020-04-10 17:17 ` [PATCH 2/4] traffic.cgi: Changed time interval for vnstat graphs from 5 to 1 minute Matthias Fischer
2020-04-10 17:17 ` [PATCH 3/4] vnstat 2.6: New initscript Matthias Fischer
2020-04-11  8:56   ` Michael Tremer
2020-04-11 14:42     ` Matthias Fischer
2020-04-10 17:17 ` Matthias Fischer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200410171711.3902-4-matthias.fischer@ipfire.org \
    --to=matthias.fischer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox