|
|
@@ -518,7 +518,7 @@ fields("sysmon_os") ->
|
|
|
fields("alarm") ->
|
|
|
[ {"actions", t(hoconsc:array(atom()), undefined, [log, publish])}
|
|
|
, {"size_limit", t(integer(), undefined, 1000)}
|
|
|
- , {"validity_period", t(duration_s(), undefined, "24h")}
|
|
|
+ , {"validity_period", t(duration(), undefined, "24h")}
|
|
|
];
|
|
|
|
|
|
fields(ExtraField) ->
|