Skip to content

Commit

Permalink
Minor Improvements
Browse files Browse the repository at this point in the history
* Remove old script `es-nagios-check.pl`
* Update documentation
* Disable imports from `YAML::XS`
  • Loading branch information
reyjrar committed Apr 12, 2023
1 parent 159f1da commit b3de996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 265 deletions.
6 changes: 3 additions & 3 deletions lib/App/ElasticSearch/Utilities.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use Ref::Util qw(is_ref is_arrayref is_hashref);
use Time::Local;
use URI;
use URI::QueryParam;
use YAML::XS;
use YAML::XS ();

# Control loading ARGV
my $ARGV_AT_INIT = 1;
Expand Down Expand Up @@ -1545,7 +1545,6 @@ B<SEARCHING>:
B<MONITORING>:
scripts/es-nagios-check.pl - Monitor ES remotely or via NRPE with this script
scripts/es-graphite-dynamic.pl - Perform index maintenance on daily indexes
scripts/es-status.pl - Command line utility for ES Metrics
scripts/es-storage-overview.pl - View how shards/data is aligned on your cluster
Expand All @@ -1559,8 +1558,9 @@ B<MAINTENANCE>:
B<MANAGEMENT>:
scripts/es-copy-index.pl - Copy an index from one cluster to another
scripts/es-apply-settings.pl - Apply settings to all indexes matching a pattern
scripts/es-cluster-settings.pl - Manage cluster settings
scripts/es-copy-index.pl - Copy an index from one cluster to another
scripts/es-storage-overview.pl - View how shards/data is aligned on your cluster
B<DEPRECATED>:
Expand Down
262 changes: 0 additions & 262 deletions scripts/es-nagios-check.pl

This file was deleted.

0 comments on commit b3de996

Please sign in to comment.