Results 313 comments of qgarnier

It can be synced but it can take time to get datas. Try the time-shift option (and look your graph on your vcenter. To see if you have values for...

It means that an issue with your vcenter and your esx (i think)

Check the graph on your vcenter and it can provide you information. If you don't have values, connector cannot get it.

Could you take a look to your graph on your vcenter ? To see if there are points (or there is a delay).

I have finished! 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

Now with the mode, you can use constants: ``` "hostname": "%(constants.hostname)", ``` And you can set in command line with the option: ```--constant='hostname=10.0.0.1'```

I don't understand. Sorry.

You want something like that ? ``` vm1~esx1#vm.hosted.count=1 vm1~esx2#vm.hosted.count=0 .... ```