forked from pool/python-Glances
- Add a new glances-common package that contains a service file to start the glances server from systemd and a firewalld service file so the default port can be easily opened in the firewall. - Update to 3.2.1 * Missing network data in influxdb export - Update to 3.2.0 * Enhancement and development requests: * Improve CPU consumption - Make the refresh rate configurable per plugin #1870 - Add caching for processing username and cmdline - Correct and improve refresh time method - Set refresh rate for global CPU percent - Set the dafault refresh rate of system stats to 60 seconds - Default refresh time for sensors is refresh rate * 2 - Improve history perf - Change main curses loop - Improve Docker client connection - Update Flame profiling * Get system sensors temperatures thresholds #1864 * Filter data exported from Docker plugin * Make the Docker API connection timeout configurable * Add --issue to Github issue template * Add release-note in the Makefile * Add some comments in cpu_percent * Add some comments to the processlist.py * Set minimal version for PSUtil to 5.3.0 * Add comment to default glances.conf file * Improve code quality #820 * Update WebUI for security vuln OBS-URL: https://build.opensuse.org/request/show/906272 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=30
8 lines
188 B
XML
8 lines
188 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<service>
|
|
<short>glances</short>
|
|
<description>Glances system monitor web service</description>
|
|
<port protocol="tcp" port="61208"/>
|
|
</service>
|
|
|