qgarnier
qgarnier
I'm not sure if it's the same mbean: ``` in solr 6.4.x (there is 2): solr/complaints:id=org.apache.solr.search.LRUCache,type=documentCache solr:category=CACHE,dom1=core,dom2=complaints,name=org.apache.solr.search.LRUCache,reporter=_jmx_1036808050,scope=documentCache in 7.3.x: solr:category=CACHE,dom1=core,dom2=containers,name=documentCache,scope=searcher ``` But it seems so. I need to use the...
I had the same issue. To solve it, the plugin should disconnect properly.
Yes. it will be nice to AWS_PROFILE env variable managed.
I will take a look ;)
https://github.com/centreon/centreon-plugins/pull/4013 New mode discovery for plugin apps::protocol::snmp
It had been fixed @ritouret
You need to backslash it or replace it by a ```.```
It depends of your discovery module. With centreon module you can replace characters with regexp
You can still use the old options. We can also add an option to backslash special characters in the code (help user)
You can use following patch: https://github.com/centreon/centreon-plugins/pull/4915