Solved

VTOM Plugins Limits

  • 14 January 2022
  • 5 replies
  • 133 views

Userlevel 2
Badge +11

Hello,

Does someone have tested monitoring vtom on different client infrastructure.

I m looking to know when the VTOM api will crash if i check job by job .

We have many clients with VTOM, and different jobnumber 50/300/1500/5000/etc ….

 

any idea ?

icon

Best answer by Kriko 17 January 2022, 13:19

View original

5 replies

Userlevel 5
Badge +16

Hello @sdouce,

We don’t have this kind of information from our side.

But the development of a new VTOM plugin is in our backlog.

We will keep you in touch about this.

Hope someone else have the information that your need.

Userlevel 2
Badge +11

Thank you , i ll wait for the new VTOM plugin with cache management .

 

Userlevel 5
Badge +16

Hello @sdouce,

The new plugin is available !

You can download it using with the following command:

yum install --enablerepo="centreon-unstable*" centreon-plugin-Applications-Vtom-Restapi

you can download the pack with the following command:

yum install --enablerepo="centreon*unstable*" centreon-pack-applications-vtom-restapi

And the documentation is (for the moment) available here:

https://github.com/centreon/centreon-documentation/pull/1268

Do not hesitate to test it, and give us your feedback here or on the github of centreon-plugins.

 

Thank you.

Badge +2

Hi,

If you need an idea, I developed a plugin for a customer with same stability problems.

My solution was to have one active check which create automatically passive jobs and update their status.

Regards.

Pierrick.

Badge +3

With that new plugin, you can do the same:

  • one service name ‘Cache’ (executed each minutes for example): it creates cache files
  • X services that use the cache file: option --cache-use

 

Reply