We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856fd7f commit da17ecdCopy full SHA for da17ecd
README.md
@@ -92,7 +92,7 @@ Flags:
92
|--missing-ok |CHECK_LOG_MISSING_OK |
93
|--invert-thresholds |CHECK_LOG_INVERT_THRESHOLDS |
94
|--reset-state |CHECK_LOG_RESET_STATE |
95
-|--use-latest-mtime |CHECK_LOG_USE_LATEST_MTIME |
+|--mtime |CHECK_LOG_MTIME |
96
97
### Event generation
98
main.go
@@ -236,7 +236,7 @@ var (
236
Value: &plugin.ForceReadFromStart,
237
},
238
&sensu.PluginConfigOption[bool]{
239
- Path: "use-latest-mtime",
+ Path: "mtime",
240
Env: "CHECK_LOG_MTIME",
241
Argument: "mtime",
242
Shorthand: "M",
0 commit comments