Implements peak score of the last minute
This commit is contained in:
Luca Deri 2020-09-23 13:51:40 +02:00
parent e5c71672f5
commit 930e4c362d
8 changed files with 53 additions and 33 deletions

View file

@ -257,7 +257,7 @@ class Host : public GenericHashEntry, public AlertableEntity {
void lua_get_num_flows(lua_State* vm) const;
void lua_get_num_contacts(lua_State* vm) const;
void lua_get_num_http_hosts(lua_State*vm) const;
void lua_get_score(lua_State* vm) const;
void lua_get_score(lua_State* vm);
void lua_get_score_breakdown(lua_State* vm);
void lua_get_os(lua_State* vm);
void lua_get_fingerprints(lua_State *vm);