Search found 29 matches

by natalia.fitsyk
Fri Sep 16, 2016 3:54 am
Forum: Open Source Nagios Projects
Topic: chech_cluster
Replies: 17
Views: 7466

Re: chech_cluster

Hi, This is output when I run the .sh for check the cluster status. [root@cluster_node1 ~]# /usr/local/nagios/libexec/check_nrpe -2 -H localhost -c check_nrpe_cluster CRITICAL:service_cluster disabled;:RGMANAGER:RUNNING; [root@cluster_node1 ~]# echo $? 1 In this chase I need the email alert from Nag...
by natalia.fitsyk
Thu Sep 15, 2016 8:17 am
Forum: Open Source Nagios Projects
Topic: chech_cluster
Replies: 17
Views: 7466

Re: chech_cluster

Hi, I have the problem with cluster node 1 and cluster node 2 because nrpe don't send the mail with alert if the cluster service is down, the check_nrpe send the output message on dashboard with this text : UP 15-09-2016 15:08:57 9d 22h 28m 53s CRITICAL: service_cluster disabled::RGMANAGER:RUNNING: ...
by natalia.fitsyk
Wed Sep 14, 2016 7:30 am
Forum: Open Source Nagios Projects
Topic: chech_cluster
Replies: 17
Views: 7466

Re: chech_cluster

Hi, This is contact for Nagios Admin: define contact{ contact_name nagiosadmin ; Short name of user use generic-contact ; Inherit default values from generic-contact template (defined above) alias Nagios Admin ; Full name of user email myemail@mail.com ; <<***** CHANGE THIS TO YOUR EMAIL ADDRESS ***...
by natalia.fitsyk
Tue Sep 13, 2016 2:47 am
Forum: Open Source Nagios Projects
Topic: chech_cluster
Replies: 17
Views: 7466

Re: chech_cluster

Hi, The sandmail in config correctly, because I recived the mail from Nagios Server if other server is down. ** PROBLEM Host Alert: server_client is DOWN ** or ** RECOVERY Host Alert: server_client is UP ** # Generic contact definition template - This is NOT a real contact, just a template! define c...
by natalia.fitsyk
Mon Sep 12, 2016 2:51 am
Forum: Open Source Nagios Projects
Topic: chech_cluster
Replies: 17
Views: 7466

Re: chech_cluster

Hi, on Nagios Server # 'check_cluster' command definition define command{ command_name check_nrpe_cluster command_line /usr/local/nagios/libexec/check_nrpe -H $HOSTADDRESS$ -c check_nrpe_cluster } On Nagios Client command[check_nrpe_cluster]=/usr/local/nagios/libexec/check_rhcs.sh -c 1 Thank you.
by natalia.fitsyk
Fri Sep 09, 2016 9:18 am
Forum: Open Source Nagios Projects
Topic: chech_cluster
Replies: 17
Views: 7466

Re: chech_cluster

Hi, define service { name check_cluster service_description check cluster status display_name check_cluster_status check_command check_cluster! initial_state 0 max_check_attempts 2 check_interval 5 retry_interval 1 check_period 24x7 notification_interval 30 notification_period 24x7 notification_opti...
by natalia.fitsyk
Wed Sep 07, 2016 2:35 am
Forum: Open Source Nagios Projects
Topic: chech_cluster
Replies: 17
Views: 7466

Re: chech_cluster

Hi, yes notification is defined: define host{ name generic-host ; The name of this host template notifications_enabled 1 ; Host notifications are enabled event_handler_enabled 1 ; Host event handler is enabled flap_detection_enabled 1 ; Flap detection is enabled process_perf_data 1 ; Process perform...
by natalia.fitsyk
Tue Sep 06, 2016 2:42 am
Forum: Open Source Nagios Projects
Topic: check_cluster
Replies: 1
Views: 734

check_cluster

Hi everyone, I have a problem with my custom plugin, I need to check the cluster so I implement the .sh in the remote machine. On my Nagios Server the config are: more /usr/local/nagios/etc/objects/commands.cfg # 'check_cluster' command definition define command{ command_name check_nrpe_cluster comm...
by natalia.fitsyk
Mon Sep 05, 2016 10:04 am
Forum: Open Source Nagios Projects
Topic: chech_cluster
Replies: 17
Views: 7466

chech_cluster

Hi everyone, I have a problem with my check nrpe. The config on nagios server are: objects/commands.cfg # 'check_cluster' command definition define command{ command_name check_nrpe_cluster command_line /usr/local/nagios/libexec/check_nrpe -H $HOSTADDRESS$ -c check_nrpe_cluster define service{ use ge...