Skip to content

Releases: aerospike-community/aerospike-nagios

3.0.0

30 Oct 18:39
2db50e2
Compare
Choose a tag to compare
  • aerospike_schema.yaml has been removed and replaced with string comparisons in aerospike_nagios.py
  • aerospike_nagios.py can retrieve set/bin/sindex metrics
  • aerospike_nagios.py can retrieve XDR metrics from 5.0+ and pre 5.0 servers
  • aerospike_nagios.py can retrieve latencies metrics from 5.1+ and pre 5.0 servers latency metrics
  • aerospike.cfg has added example services and commands to get set/bin/sindex/latency metrics
  • nrpe examples .cfg have added example services and commands to get set/bin/sindex/latency metrics
  • README has updated install steps.

2.0.0

12 Jun 19:18
8d12e8b
Compare
Choose a tag to compare

Introduced changes to the Transport Layer Security(TLS) configuration structure, in the Enterprise Edition only.
Refer to the TLS Guide

1.4.4

11 Jun 22:21
a92bf08
Compare
Choose a tag to compare

This is the last release that will include support for SSLv2 and SSLv3.

1.4.3

11 Jul 17:38
Compare
Choose a tag to compare
  • Schema update for server version 4+
  • Schema typo fixes

1.4.2

20 Mar 17:18
Compare
Choose a tag to compare
  • Allow users without passwords
  • Removed debug printlines
  • added historic stop-writes and hwm-breached to bool check

1.4.1

28 Sep 17:55
Compare
Choose a tag to compare
  • Added LICENSE file
  • Updated schema file:
    • migrate-recrod-receives, typo -> migrate-record-receives
    • batch_errors, typo -> batch_error
    • dlog_dlog_overwritten_error, typo -> dlog_overwritten_error
    • rw_err_write_luster_key, typo -> rw_err_write_cluster_key
    • hwm-breached, added historical version
    • batch_index_queue, removed
    • fabric_bulk_send_rate, added
    • fabric_bulk_recv_rate, added
    • fabric_ctrl_send_rate, added
    • fabric_ctrl_recv_rate, added
    • fabric_meta_send_rate, added
    • fabric_meta_recv_rate, added
    • fabric_rw_send_rate, added
    • fabric_rw_recv_rate, added
    • heap_site_count, added
    • tombstones, added
    • tree_gc_queue, added
    • xdr_read_latency_avg, added
    • xdr_global_lastshiptime, added
    • cluster_is_member, added
    • heap_efficiency_pct, added
    • heap_allocated_kbytes, added
    • heap_active_kbytes, added
    • heap_mapped_kbytes, added
    • xdr_read_latency_avg, duplicate in Service->Operations
    • cluster_size, duplicate in Service->Gauge
  • README typo fixes
  • Added credential file as alternate to -U/-P
  • hwm_breached added into boolean state check.

1.4.0

31 Jan 22:45
Compare
Choose a tag to compare
  • TLS support
  • Deprecated aerospike python client
  • Changed from getopt to argparse
  • Updated examples

1.3.2

10 Aug 22:35
Compare
Choose a tag to compare

Fixed stats parsing for stat being substring of another stat (objects, master_objects...)
Fixed stats parsing for 1st stat in a list.

ie:
expect "cluster_size=2", but got "statistics \ncluster_size=2"

1.3.1

12 Jul 22:04
Compare
Choose a tag to compare

Updated with ASD 3.9 metrics

1.3.0

20 Jun 18:56
Compare
Choose a tag to compare

Added latency statistics