THIS KNOWLEDGE BASE HAS BEEN ARCHIVED AND IS NO LONGER BEING UPDATED
Please visit library.nagios.com/docs for the latest and most up-to-date documentation.
Home » Categories » Products » Nagios Log Server » Troubleshooting » Common Problems

Nagios Log Server - Troubleshooting Commands

Troubleshooting Commands

This is a list of commands that can be used to help diagnose issues with Nagios Log Server.

Be careful, some commands can be destructive and can result in data loss!

 

 

Generic Information Gathering

Master:

curl 'localhost:9200/_cat/master?v'

 

Nodes:

curl 'localhost:9200/_cat/nodes?v'

 

Pending tasks:

curl 'localhost:9200/_cat/pending_tasks?v'

 

Recovery:

curl -XGET 'localhost:9200/_cat/recovery?v'

 

Running plugins:

curl 'localhost:9200/_cat/plugins?v'

 

Cluster basic health:

curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'

 

Check jvm settings:

curl -XGET localhost:9200/_nodes/jvm?pretty

 

Shard status (use index status instead for clarify, in most cases):

curl -XGET http://localhost:9200/_cat/shards

 

Cluster state:

curl -XGET 'http://localhost:9200/_cluster/state?pretty'

 

Shard health (index health works better in most circumstances):

curl -XGET 'http://localhost:9200/_cluster/health/*?level=shards'

 

 

Red Cluster Recovery

Check index health:

curl 'localhost:9200/_cluster/health?level=indices&pretty'

 

Shard list:

curl -s localhost:9200/_cat/shards

 

Unassigned shards:

curl -s localhost:9200/_cat/shards | grep UNASS

 

Delete bad index:

curl -XDELETE 'http://localhost:9200/twitter/'

 

 

Active Troubleshooting

Tail maintenance logs:

tail -f /usr/local/nagioslogserver/var/jobs.log

 

Tail poller logs:

tail -f /usr/local/nagioslogserver/var/poller.log

 

Shut down all nodes:

curl -XPOST 'http://localhost:9200/_shutdown'

 

Check users:

curl -XGET 'http://localhost:9200/nagioslogserver/_search?type=user&pretty'

 

 

Backup Troubleshooting

Check running knapsack export:

curl -XPOST 'http://localhost:9200/_export/state'

Typically jobs.log should be tailed and the backup+maintenance command should be forced from the subsys - jobs.log should complain about a partial snapshot.

 

Delete a snapshot (versions <= 1.3.0):

curator delete --older-than 1 --prefix logstash-2015.05.19 (replace with snapshot name)

(versions >= 1.3.0):

curator delete snapshots --repository nlsbackup --prefix (replace with snapshot prefix)

 You can also delete snapshots from the Web GUI under the backup page, or directly from the repo.

 

 

Purpose-Driven Commands

Check min master nodes:

curl localhost:9200/_cluster/settings?pretty

 

Set min master nodes:

curl http://localhost:9200/_cluster/settings -XPUT -d '{ "persistent": { "discovery.zen.minimum_master_nodes": 2} }'

 

Check users:

curl -XGET 'http://localhost:9200/nagioslogserver/_search?type=user&pretty'

 

 

Final Thoughts

For any support related questions please visit the Nagios Support Forums at:

http://support.nagios.com/forum/



Special Offer For Knowledgebase Visitors! Get a huge discount on Nagios Log Server by clicking below.

Get 60% Off Nagios Log Server!

Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!

1 (2)
Article Rating (2 Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
Web Browser Reports 330 Error Content Encoding
Viewed 9396 times since Tue, Mar 7, 2017
Nagios Log Server - License Key Not Accepted
Viewed 6036 times since Wed, Apr 12, 2017
Logs Not Appearing with Failed to Parse Date Error
Viewed 3955 times since Mon, Feb 22, 2021
Nagios Log Server - rsyslog and JSON Formatted Log Files
Viewed 5955 times since Thu, Mar 2, 2017
Installation errors on customized corporate builds of CentOS or RHEL
Viewed 15362 times since Tue, Jan 26, 2016
Forwarding Logs from Nagios Log Server to Another Destination
Viewed 8286 times since Wed, Sep 16, 2020
Active Directory / LDAP - Troubleshooting Authentication Integration
Viewed 21892 times since Mon, Jun 26, 2017
Nagios Log Server - Waiting For Database Startup
Viewed 8480 times since Wed, Oct 12, 2016
Nagios Log Server - Logstash process dying
Viewed 7079 times since Mon, Apr 10, 2017
Nagios Log Server - Logstash not running after upgrade to 2.0
Viewed 5059 times since Tue, Nov 14, 2017