Table of Contents |
---|
...
Code Block |
---|
<Plugin csv> DataDir /opt/spm/collectd/logs StoreRates true </Plugin> |
If you are already using Collectd and if the DataDir is already pointed to some other directory, simply symlink the /spm/collectd/logs directory to the directory specified in DataDir, like this:
Code Block | ||
---|---|---|
| ||
sudo mkdir -p /opt/spm/collectd # if needed sudo ln -s /some/existing/collectd/data/dir /opt/spm/collectd/logs |
You will also have to merge the remaining part of the Collectd config required by SPM.
Is there an Ansible Playbook for the SPM client
A: Yes, see the Install and Configure playbooks, with examples.
Is there
...
a Puppet Module for the SPM client
A: Yes Yes, see the Install and Configure module, with examples.
Is there a Chef Recipe for the SPM client
A: Yes, see SPM client Chef Recipe example example.
Can hostnames in SPM UI be obfuscated or customized
...
I rebooted my server and now I don't see any data in my graphs. What should I check
...
I am using SPM for Solr and I don't see any data on Solr and JVM reports, what is the problem
A: You should probably enable JMX in your Solr. Add or uncomment the <jmx /> directive in solrconfig.xml and restart Solr. See http://wiki.apache.org/solr/SolrJmx for more info.
I am using SPM for Solr and I don't see any data only in Solr Components or Errors reports, what should I do
A: Most likely you are using standalone variant of Solr monitor. In that case, SPM monitor can't collect metrics which are available only when running in-process. If so, switch to in-process (javaagent) version of SPM monitor.
Elasticsearch Monitoring
Why doesn't the number of documents I see in SPM match the number of documents in my Elasticsearch index
...