Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of RVM Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:53, 21 December 2023 Gabriele.vivinetto talk contribs created page Eliminare tutti i dati in Ntop (Created page with "I dati di Ntop sono nei files in /var/lib/ntopng E nei Database di Clickhouse Influxdb Questo script cancella tutto:<pre> cat > /usr/local/sbin/clean_ntopng <<'EOFile' #!/bin/bash CLICKHOUSE_PASS=$1 CLICKHOUSE_OK="" if [ -z "$CLICKHOUSE_PASS" ] then echo -e "\nUsage: $0 clickhouse_password\n" echo "Look for -F=\"clickhouse;127.0.0.1;ntopng;default;clickhouse_password\"" echo -e "in /etc/ntopng/ntopng.conf or in files inside /etc//ntopng/ntopng.conf.d\n" exit 1...") Tag: Visual edit