public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Re: [PATCH v2] update.sh: clean out old collectd statistics
       [not found] <20220731204900.2260811-1-jon.murphy@ipfire.org>
@ 2022-08-02 15:14 ` Peter Müller
  0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2022-08-02 15:14 UTC (permalink / raw)
  To: development

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

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> - processes-mysqld
> - processes-snort
> - processes-rtorrent
> - processes-asterisk
> - processes-java
> - processes-spamd
> - entropy
> 
> Signed-off-by: Jon Murphy <jon.murphy(a)ipfire.org>
> ---
>  config/rootfiles/core/170/update.sh | 17 ++++++++++++++++-
>  1 file changed, 16 insertions(+), 1 deletion(-)
> 
> diff --git a/config/rootfiles/core/170/update.sh b/config/rootfiles/core/170/update.sh
> index cbac8572e..aaa2837ea 100644
> --- a/config/rootfiles/core/170/update.sh
> +++ b/config/rootfiles/core/170/update.sh
> @@ -168,7 +168,22 @@ chown nobody:nobody /var/lib/ipblocklist
>  # Update collectd.conf
>  sed -i /etc/collectd.conf \
>  	-e "/LoadPlugin entropy/d"
> -/etc/init.d/collectd restart
> +#/etc/init.d/collectd restart
> +
> +# Stop collectd Sevice
> +/etc/init.d/collectd stop
> +
> +# Cleanup old collectd statistics...
> +rm -rvf /var/log/rrd/collectd/localhost/processes-mysqld \
> +	/var/log/rrd/collectd/localhost/processes-snort \
> +	/var/log/rrd/collectd/localhost/processes-rtorrent \
> +	/var/log/rrd/collectd/localhost/processes-asterisk \
> +	/var/log/rrd/collectd/localhost/processes-java \
> +	/var/log/rrd/collectd/localhost/processes-spamd \
> +	/var/log/rrd/collectd/localhost/entropy
> +
> +# Start collectd
> +/etc/init.d/collectd start
>  
>  # Start services
>  /etc/init.d/rc.d/unbound start

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-02 15:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220731204900.2260811-1-jon.murphy@ipfire.org>
2022-08-02 15:14 ` [PATCH v2] update.sh: clean out old collectd statistics Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox