Closed tinoklauer closed 3 years ago
Yes of course.
MySQL and CrateDB
DELETE FROM statusengine_perfdata WHERE hostname='localhost' AND service_description='Ping';
Graphite
rm -rf /var/lib/graphite/whisper/statusengine/localhost/Ping
Elasticsearch is a bit trickier, you need to send a delete request like documented: https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-delete-by-query.html
thanks
Hi,
is it possible to reset(delete) performance data from one check for example localhost - CPU load?
thx