2016-03-02 15:29:19 +03:00
|
|
|
.. _header:
|
|
|
|
|
|
|
|
Header
|
|
|
|
======
|
|
|
|
|
|
|
|
.. image:: ../_static/header.png
|
|
|
|
|
|
|
|
The header shows the hostname, OS name, release version, platform
|
2016-04-02 16:38:32 +03:00
|
|
|
architecture IP addresses (private and public) and system uptime.
|
2016-03-02 15:29:19 +03:00
|
|
|
Additionally, on GNU/Linux, it also shows the kernel version.
|
|
|
|
|
|
|
|
In client mode, the server connection status is also displayed.
|
|
|
|
|
2022-04-10 23:54:12 +03:00
|
|
|
It is possible to disable or define time interval to be used for refreshing the
|
2022-04-10 23:14:06 +03:00
|
|
|
public IP address (default is 300 seconds) from the configuration
|
|
|
|
file under the ``[ip]`` section:
|
|
|
|
|
|
|
|
.. code-block:: ini
|
|
|
|
[ip]
|
2022-08-07 18:43:11 +03:00
|
|
|
public_refresh_interval=300
|
2022-04-10 23:54:12 +03:00
|
|
|
public_ip_disabled=True
|
2022-04-10 23:14:06 +03:00
|
|
|
|
2022-08-07 18:43:11 +03:00
|
|
|
|
2022-04-10 23:54:12 +03:00
|
|
|
**NOTE:** Setting low values for `public_refresh_interval` will result in frequent
|
|
|
|
HTTP requests to the IP detection servers. Recommended range: 120-600 seconds
|
2022-04-10 23:14:06 +03:00
|
|
|
|
2022-08-07 18:43:11 +03:00
|
|
|
If the Censys options are configured, the public IP address is also analysed (with the same interval)
|
|
|
|
and additional information is displayed.
|
|
|
|
|
|
|
|
.. code-block:: ini
|
|
|
|
[ip]
|
|
|
|
public_refresh_interval=300
|
|
|
|
public_ip_disabled=True
|
|
|
|
censys_url=https://search.censys.io/api
|
|
|
|
# Get your own credential here: https://search.censys.io/account/api
|
|
|
|
censys_username=CENSYS_API_ID
|
|
|
|
censys_password=CENSYS_API_SECRET
|
|
|
|
# List of fields to be displayed in user interface (comma separated)
|
|
|
|
censys_fields=location:continent,location:country,autonomous_system:name
|
|
|
|
|
|
|
|
**Note:** Access to the Censys Search API need an account (https://censys.io/login).
|
|
|
|
|
2016-03-02 15:29:19 +03:00
|
|
|
**Connected**:
|
|
|
|
|
|
|
|
.. image:: ../_static/connected.png
|
|
|
|
|
|
|
|
**Disconnected**:
|
|
|
|
|
|
|
|
.. image:: ../_static/disconnected.png
|
2017-05-31 11:06:33 +03:00
|
|
|
|
2018-11-03 21:05:35 +03:00
|
|
|
If you are hosted on an ``OpenStack`` instance, some additional
|
2017-05-31 11:06:33 +03:00
|
|
|
information can be displayed (AMI-ID, region).
|
|
|
|
|
|
|
|
.. image:: ../_static/aws.png
|