Results 313 comments of qgarnier

You can configure the geist equipment to use fahrenheit. If you can configure your geist equipment like that and provide the full snmpwalk ? I think i don't manage it...

I can add an option for that specific mode. I would prefer to add a global option but i cant (it would be too dirty) without a refactoring.

Could you provide the page result ? (/server-status/?auto)

There is an expunge it seems: https://metacpan.org/release/Net-IMAP-Simple/source/lib/Net/IMAP/Simple.pm#L878 I don't know why.. Maybe i should use that library now: https://metacpan.org/pod/Mail::IMAPClient

It should be ok now: https://github.com/centreon/centreon-plugins/pull/3924

You can test with following archive: https://github.com/centreon/centreon-plugins/archive/refs/heads/MON-14751-3par-add-modes.zip https://github.com/centreon/centreon-plugins/pull/3862

Could you provide a curl result example ?

I understand. You want to get ```health_status``` (only available in inspector): ``` "State":{ "Status":"running", "Running":true, .... "Health":{ "Status":"healthy" ``` I can add it to the mode ```container-usage```. Could you provide...

New option --add-health: https://github.com/centreon/centreon-plugins/pull/3906

```--http-peer-addr``` allowed to override the tcp connection address (by default we use ```--hostname``` option). But the ```hostname``` is kept in the HTTP protocol.