Pavel Rochnyak

Results 8 issues of Pavel Rochnyak

I found `disk_octets` metric from `processes` plugin mismatches with metric `disk_octets` from `disk` plugin. The cause of this is `cancelled_write_bytes`. From `man proc`: ``` /proc/[pid]/io (since kernel 2.6.20) ... write_bytes:...

Pending feedback

It would be nice to provide common/standart solution for plugins to support "Extra-Opts" (https://nagios-plugins.org/doc/extra-opts.html). That highly required to "hide" passwords for command line arguments. I think this project is a...

feature
question

Can you please assist with issue I see in logs: ``` {"index": {"_index":"m","_id":"23510/4f8ae61ae1902151d6120000bb28466e/[email protected]","status":400, "error":{ "type":"document_parsing_exception", "reason":"[1:338] failed to parse field [date] of type [date] in document with id '23510/4f8ae61ae1902151d6120000bb28466e/[email protected]'. Preview...

Closes: #26 Closes: #27 Checked to compile with 2.2.36 (and run) and 2.3.16/2.3.20 (compile only).

* Version of collectd: 5.8.0 ## Expected behavior Collectd should test config and report if it is broken/has errors. ## Actual behavior Daemon exits without config test. ## Steps to...

Bug

https://github.com/openshwprojects/OpenBK7231T_App/blob/59fcf19bbdee45dee56f23e74ac3b8e1cacca5da/src/driver/drv_bl0937.c#L354-L361 I'm sorry if I'm wrong, but for me this code looks incorrect. If we count more pulses due to more `ticksElapsed` since previous counter reset, the measured value (Voltage,Current,...

value = pulses / time More pulses for same time - bigger value. More time for same pulses count - smaller value. Twice more pulses for twice time - same...

1) Added SaveState and PublishHASSDevices driver callbacks This allows implement other [metering] drivers which will use these callbacks. --- 2) Allow drivers to have different set of EnergySensors. Multiple drivers...