Is this possible? If yes, how?
I don’t have any wireguard to monitor but looking at the code it’s probably like this:
applications.app_type wireguard
application_metrics.metric minutes_since_last_handshake
application_metrics.value xxx
I have rules of the same format for other applications that works.
If it’s not that, then if you can post the output of the following from your database, we can confirm: select * from application_metrics am ,applications a where a.app_id = am.app_id and app_type = 'wireguard';
1 Like