Skip to content
#

nagios-plugins

Here are 141 public repositories matching this topic...

450+ AWS, Hadoop, Cloud, Kafka, Docker, Elasticsearch, RabbitMQ, Redis, HBase, Solr, Cassandra, ZooKeeper, HDFS, Yarn, Hive, Presto, Drill, Impala, Consul, Spark, Jenkins, Travis CI, Git, MySQL, Linux, DNS, Whois, SSL Certs, Yum Security Updates, Kubernetes, Mesos, Riak, MongoDB, Memcached, Couchbase, CouchDB, Neo4j, Ambari, Cloudera, Hortonworks, MapR. Products: Attivio, Blue Talon, Datameer, H2O, WanDisco, Zaloni

  • Updated Jun 1, 2020
  • Python

50+ DockerHub public images for Docker & Kubernetes - Hadoop, Kafka, ZooKeeper, HBase, Cassandra, Solr, SolrCloud, Presto, Apache Drill, Nifi, Spark, Mesos, Consul, Riak, OpenTSDB, Jython, Advanced Nagios Plugins & DevOps Tools repos on Alpine, CentOS, Debian, Fedora, Ubuntu, Superset, H2O, Serf, Alluxio / Tachyon, FakeS3

  • Updated May 19, 2020
  • Shell
jumakasy
jumakasy commented Apr 19, 2020

Hi all,

In order to get the monitoring queries have a less impact in other transactions in terms of locking and blocking, I have been setting the TRANSACTION ISOLATION LEVEL by modifying the centreon's code.

I have been using the code modified successfully, mitigating blocks issues in databases of intensive use.

I think it will be a good enhancement to include this options in the mssql c

abompard
abompard commented Aug 2, 2019

Currently the warning and critical threshold trigger when the number of nodes is above the number set in the threshold. They should trigger when the number of nodes goes below the threshold.

# ./check_rabbitmq_cluster -w 2,2 -c 1,1
RABBITMQ_CLUSTER CRITICAL - nb_running_node CRITICAL (3) nb_running_disc_node CRITICAL (3), nb_running_ram_node OK (0)
# ./check_rabbitmq_cluster -w 4,4 -c 
tjyang
tjyang commented Jul 4, 2018

Hi

Just a suggestion.
For beginner, "okconfig addtemplate" is confusing.

According to folloiwng, it's action is to apply a existing template onto a host.

okconfig addtemplate <host_name> --template oracle

addtemplate should reserved for adding a new template not existed in /usr/share/okconfig/templates dir.

Existing "okconfig addtemplate" should be "okconfig applytemplate

peternewman
peternewman commented Jan 24, 2017

https://www.claudiokuenzler.com/nagios-plugins/check_esxi_hardware.php
"If no hw/vendor type was given, unknown will be used (like auto)"
In fact auto autodetects/selects a vendor name if it can, which unknown doesn't.

Also is there any reason unknown is the default rather than auto? Changing this would allow it to return more info by default (especially on HP), then you could switch to unkno

pv2b
pv2b commented Oct 12, 2016
root@diskmaskin01:~ # /usr/local/libexec/nagios/check_zpools.sh -p thispooldoesnotexist ; echo $?
cannot open 'thispooldoesnotexist': no such pool
cannot open 'thispooldoesnotexist': no such pool
/usr/local/libexec/nagios/check_zpools.sh: line 125: [: !=: unary operator expected
ALL ZFS POOLS OK (thispooldoesnotexist)|thispooldoesnotexist=%
0
root@diskmaskin01:~ #

Improve this page

Add a description, image, and links to the nagios-plugins topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nagios-plugins topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.