- 01 Jul, 2020 1 commit
-
-
Michal Nowikowski authored
-
- 29 Jun, 2020 5 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
The pool utilization for the subnets presented in the dashboard is now shown together with a progress bar.
-
Tomek Mrugalski authored
- this affected build on docker on ubuntu 20.04
-
Matthijs Mekking authored
The embedded exporter registered the named exporter, a version exporter, and a process exporter, but only unregistered the named exporter. Unregister also the process exporter. However, unregistering the version exporter results in a segmentation fault so that does perhaps not need to be unregistered?
-
Michal Nowikowski authored
-
- 26 Jun, 2020 7 commits
-
-
Marcin Siodelski authored
The groups initialization was moved to the ServerDataService next to the call that fetches and caches app stats.
-
Marcin Siodelski authored
-
Michal Nowikowski authored
-
Michal Nowikowski authored
-
Michal Nowikowski authored
Now server data service subscribes to loging/logout changes. So when user re-logins then server data is automatically refreshed.
-
Michal Nowikowski authored
This reverts commit bf98a830.
-
Marcin Siodelski authored
When the user is re-logging to Stork after session expiration the user is taken to the dashboard page. The page is now correctly displayed. Previously it would be blank.
-
- 25 Jun, 2020 1 commit
-
-
Marcin Siodelski authored
The traffic generators now send authentication requests prior to getting the subnets/servers information. The generators were not functional due to getting HTTP Error 403 after authentication fixes applied with #119.
-
- 24 Jun, 2020 1 commit
-
-
Marcin Siodelski authored
-
- 23 Jun, 2020 8 commits
-
-
Marcin Siodelski authored
Avoid sending unauthorized requests in login page by a non logged in user.
-
Marcin Siodelski authored
As a result of review.
-
Marcin Siodelski authored
When the REST API returns error 403 the user is redirected to the 403 page.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
All REST calls are guarded by security token by default. It is selectively disabled for some calls which are required to create new session.
-
Michal Nowikowski authored
-
Michal Nowikowski authored
-
Michal Nowikowski authored
-
- 22 Jun, 2020 2 commits
-
-
Michal Nowikowski authored
- replaced DefaultRegistry with our own registry in Kea and BIND 9 exporters - updated Prometheus library from 1.4.1 to 1.7.0 to use promauto.With API
-
Marcin Siodelski authored
Backed off the chanege which previously added an overview panel to the app view, per review comments.
-
- 19 Jun, 2020 14 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Per review comments.
-
Marcin Siodelski authored
The buttons leading to DHCP subnets etc. are hidden if the daemon is not active, per review comments.
-
Marcin Siodelski authored
The message about not monitored daemon is now displayed as warning rather than information, per review comments.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
When clicking the refresh button, the app is now reloaded and refreshed properly in the UI.
-
Marcin Siodelski authored
The communication errors with Stork Agent and Kea daemons are now displayed in the dashboard and apps view.
-
Marcin Siodelski authored
The error logging has been improved in the areas where the server fails to communicate with the agent, Kea CA and daemons.
-
Marcin Siodelski authored
If there is no communication with the daemon, this is shown on the dashboard with the times icon and the tooltips contain some information about the problem, e.g. whether it is the Stork agent, Kea CA or a daemon that is not responding.
-
Marcin Siodelski authored
The agent, CA and daemon communication error count is now returned over the REST API.
-
Marcin Siodelski authored
Added new convenience function which returns statistics for the given agent selected using address and port pair.
-
Marcin Siodelski authored
The new data structures hold statistics about the communication failures with the monitored agents as well as the Kea and Bind9 apps accessible via those agents.
-
- 16 Jun, 2020 1 commit
-
-
Matthijs Mekking authored
Instead log as info.
-