We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request
TheHive API needs to have a route to monitor disk usage.
Example resquest : GET /api/v1/monitor/disk (with permission managePlatform)
GET /api/v1/monitor/disk
Example response :
[ { "location": "/data", "freeSpace": 123123, "totalSpace": 12123354 } ]
Add this key to configuration file :
application.conf: monitor.disk: [ { location: "/data" }, { location: "/srv/backup" } ]
The text was updated successfully, but these errors were encountered:
#1843 WIP added disk monitoring route
143f16a
#1843 fixed disk monitoring route
fbc042d
#1843 Use map instead of foldLeft
7022b9f
#1843 Add default configuration for monitoring
eaf95af
rriclet
Successfully merging a pull request may close this issue.
Feature Request
Work Environment
Possible Solutions
TheHive API needs to have a route to monitor disk usage.
Example resquest :
GET /api/v1/monitor/disk
(with permission managePlatform)Example response :
Complementary information
Add this key to configuration file :
The text was updated successfully, but these errors were encountered: