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
{{ message }}
This repository was archived by the owner on Nov 15, 2019. It is now read-only.
Diego Rivera edited this page Sep 18, 2017
·
2 revisions
Overview
MMT was conceived as a network security tool. This plugin will compute the number of security incidents detected in the last minute by counting the number of security reports in the database.
Measure Architecture
Type : Direct Measure
Scope
Value
Type
Default
Description
mmtdbhostname
String
localhost
Name of the host where the MMT database is hosted
mmtdbportname
Integer
27017
Port on the MMT database host to connect the plugin.
Data Model
Value
Type
Description
value
Integer
The number of security incidents detected by MTT during the last 60 seconds.
Algorithms
This algorithm performs will simple count the number of security reports generated by MMT in its database.