You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The monitoring fails with an exception due to a missing configuration option in the monitoring.ini.
It seems to expect an option mode in the [General] section, which is neither present, nor documented.
I assume that said option is supposed to hold either tcp or text as its value. If there is no such option named mode, the monitoring crashes:
The monitoring fails with an exception due to a missing configuration option in the
monitoring.ini
.It seems to expect an option
mode
in the[General]
section, which is neither present, nor documented.I assume that said option is supposed to hold either
tcp
ortext
as its value. If there is no such option namedmode
, the monitoring crashes:kieker-lang-pack-python/kieker/monitoring/controller.py
Lines 92 to 98 in 4c6c5c1
The
monitoring.ini
in the current version does not hold such a configuration option:https://github.com/kieker-monitoring/kieker-lang-pack-python/blob/327c97f2535b35ef19c7f21839cb6915e380da95/monitoring.ini
The text was updated successfully, but these errors were encountered: