Search found 28 matches

by amitw
Sun May 06, 2018 11:56 pm
Forum: Open Source Nagios Projects
Topic: Nagios - HTTP GET
Replies: 1
Views: 879

Nagios - HTTP GET

Hi, I'm trying to think of way to query ElasticSeach with HTTP GET. this is my query: GET /test-log-YYYY.MM.DD/_count HTTP/1.1 Host: test.kibana.com:9200 User-Agent: curl/7.58.0 Accept: */* Content-Length: 132 Content-Type: application/x-www-form-urlencoded { "query": { "bool": {...
by amitw
Sun May 06, 2018 7:04 am
Forum: Open Source Nagios Projects
Topic: Nagios - Elasticserach
Replies: 9
Views: 4938

Re: Nagios - Elasticserach

Thanks for the info guys. I'm trying to think of way to query ElasticSeach with HTTP GET, like this: GET /test-log-YYYY.MM.DD/_count HTTP/1.1 Host: test.kibana.com:9200 User-Agent: curl/7.58.0 Accept: */* Content-Length: 132 Content-Type: application/x-www-form-urlencoded { "query": { &quo...
by amitw
Sun Apr 29, 2018 12:48 am
Forum: Open Source Nagios Projects
Topic: Nagios - Elasticserach
Replies: 9
Views: 4938

Nagios - Elasticserach

Hi,
We are using ElasticSearch to manage our logs.
We would like run a query on the elasticsearch DB on a specific host and if the query will show s specific parameter, then we would like Nagios to alert.

How can we implement that kind of configuration ?

Thanks
by amitw
Sun Apr 29, 2018 12:39 am
Forum: Open Source Nagios Projects
Topic: How to monitor Windows failover cluster
Replies: 4
Views: 4311

Re: How to monitor Windows failover cluster

Thanks for the answer.
I'm using nagios core and i cannot configure a BPI group.
unless i can but i dont know how :-)
by amitw
Tue Apr 24, 2018 7:45 am
Forum: Open Source Nagios Projects
Topic: How to monitor Windows failover cluster
Replies: 4
Views: 4311

How to monitor Windows failover cluster

Hi, I'm looking for a plugin to monitor windows failover cluster and also a way to monitor the cluster application services. i have 2 servers that are part of the cluster and a service, for an example appSyncService that obviously is running on the master node. is it possible to configure a service ...
by amitw
Wed Mar 07, 2018 12:44 am
Forum: Open Source Nagios Projects
Topic: chrck_nrpe eventlog
Replies: 5
Views: 1918

Re: chrck_nrpe eventlog

Thanks alot
by amitw
Tue Mar 06, 2018 7:31 am
Forum: Open Source Nagios Projects
Topic: Monitor server 2012 R2 failover cluster
Replies: 1
Views: 910

Monitor server 2012 R2 failover cluster

Hi, I'm looking to monitor my Failover Cluster. Will appreciate to get some directions. Found this one: https://exchange.nagios.org/directory/Plugins/Clustering-and-High-2DAvailability/Server-2012-R2-Failover-Clustering-check-script/details but no description on how to make it work. Thanks in advanced
by amitw
Tue Mar 06, 2018 12:43 am
Forum: Open Source Nagios Projects
Topic: chrck_nrpe eventlog
Replies: 5
Views: 1918

Re: chrck_nrpe eventlog

Hi,
So yes, i already using 2 filters but not the error level.
Is it possible to add it?
by amitw
Mon Mar 05, 2018 7:22 am
Forum: Open Source Nagios Projects
Topic: chrck_nrpe eventlog
Replies: 5
Views: 1918

chrck_nrpe eventlog

Hi guys, im trying to check the event log using NRPE and it's working good. but, i dont know how i can run 2 filters on 1 check command. this is the command im using: command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_eventlog -a file="$ARG1$" "warning=count = $ARG2$" &quo...
by amitw
Tue Feb 27, 2018 2:31 am
Forum: Open Source Nagios Projects
Topic: Nagios - Monitor folder size
Replies: 7
Views: 5473

Re: Nagios - Monitor folder size

Thanks guys.
You can close the ticket