From 296c3fd2a036f2daa5f77476fe71bd2e43e947b8 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 7 Aug 2022 17:43:11 +0200 Subject: Only work for the first refresh... --- conf/glances.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'conf') diff --git a/conf/glances.conf b/conf/glances.conf index 09cb5c68..a8974185 100644 --- a/conf/glances.conf +++ b/conf/glances.conf @@ -175,6 +175,17 @@ tx_critical=90 [ip] disable=False +public_refresh_interval=300 +public_ip_disabled=False +# Configuration for the Censys online service +# Need to create an aacount: https://censys.io/login +censys_url=https://search.censys.io/api +# Get your own credential here: https://search.censys.io/account/api +# Enter and uncomment the following lines to use your credentials +censys_username=13718bd6-b0c4-4c21-ae63-2d13da0b2dd8 +censys_password=hnjdSOukHM84tgx1Oo9Zzv4Pmz2E5bXH +# List of fields to be displayed in user interface (comma separated) +censys_fields=location:continent,location:country,autonomous_system:name [connections] # Display additional information about TCP connections -- cgit v1.2.3