@@ -13,7 +13,7 @@ The plugin supports the following configuration parameters:
1313| --- | ----------- | ------- |
1414| ` Proc_Name ` | The name of the target process to check. | _ none_ |
1515| ` Interval_Sec ` | Specifies the interval between service checks, in seconds. | ` 1 ` |
16- | ` Interval_Nsec ` | Specify the interval between service checks, in nanoseconds. This works in conjunction with ` Interval_Sec ` . | ` 0 ` |
16+ | ` Interval_Nsec ` | Specifies the interval between service checks, in nanoseconds. This works in conjunction with ` Interval_Sec ` . | ` 0 ` |
1717| ` Alert ` | If enabled, the plugin will only generate messages if the target process is down. | ` false ` |
1818| ` Fd ` | If enabled, a number of ` fd ` is appended to each record. | ` true ` |
1919| ` Mem ` | If enabled, memory usage of the process is appended to each record. | ` true ` |
@@ -45,7 +45,7 @@ pipeline:
4545 interval_nsec : 0
4646 fd : true
4747 mem : true
48-
48+
4949 outputs :
5050 - name : stdout
5151 match : ' *'
@@ -105,4 +105,4 @@ ______ _ _ ______ _ _ ___ _____
105105[1] proc.0: [1485780298, {" alive" => true, " proc_name" => " fluent-bit" , " pid" => 10964, " mem.VmPeak" => 14740000, " mem.VmSize" => 14740000, " mem.VmLck" => 0, " mem.VmHWM" => 1148000, " mem.VmRSS" => 1148000, " mem.VmData" => 2276000, " mem.VmStk" => 88000, " mem.VmExe" => 1768000, " mem.VmLib" => 2328000, " mem.VmPTE" => 68000, " mem.VmSwap" => 0, " fd" => 18}]
106106[2] proc.0: [1485780299, {" alive" => true, " proc_name" => " fluent-bit" , " pid" => 10964, " mem.VmPeak" => 14740000, " mem.VmSize" => 14740000, " mem.VmLck" => 0, " mem.VmHWM" => 1152000, " mem.VmRSS" => 1148000, " mem.VmData" => 2276000, " mem.VmStk" => 88000, " mem.VmExe" => 1768000, " mem.VmLib" => 2328000, " mem.VmPTE" => 68000, " mem.VmSwap" => 0, " fd" => 18}]
107107[3] proc.0: [1485780300, {" alive" => true, " proc_name" => " fluent-bit" , " pid" => 10964, " mem.VmPeak" => 14740000, " mem.VmSize" => 14740000, " mem.VmLck" => 0, " mem.VmHWM" => 1152000, " mem.VmRSS" => 1148000, " mem.VmData" => 2276000, " mem.VmStk" => 88000, " mem.VmExe" => 1768000, " mem.VmLib" => 2328000, " mem.VmPTE" => 68000, " mem.VmSwap" => 0, " fd" => 18}]
108- ```
108+ ```
0 commit comments