Search found 15 matches

by berhan30
Wed Dec 23, 2015 3:27 am
Forum: Open Source Nagios Projects
Topic: what nagios plugins?
Replies: 4
Views: 1234

Re: what nagios plugins?

hallo
I want to detect every one try many times to connect to may server (Pirate)
thinks
by berhan30
Tue Dec 22, 2015 8:23 am
Forum: Open Source Nagios Projects
Topic: what nagios plugins?
Replies: 4
Views: 1234

what nagios plugins?

Hallo,
What nagios plugins i can use it to detect any adress connect to my server from outside?
Thinks.
by berhan30
Tue Dec 15, 2015 4:33 am
Forum: Open Source Nagios Projects
Topic: config mysql
Replies: 2
Views: 1054

config mysql

Problem: Please select a mode I installed plugin check_mysql_health in the bath (usr/lib/nagios/plugins) by the command: define command{ command_name check_mysql_health command_line $USER1$/check_mysql_health -H $ARG1$ –port $ARG2$ –username $ARG3$ –password $ARG4$ –mode $ARG5$ } and service define ...
by berhan30
Wed Sep 09, 2015 2:43 am
Forum: Open Source Nagios Projects
Topic: tomcat monitor
Replies: 5
Views: 1985

Re: tomcat monitor

IP address of the dspace host is 172.16.1.2
by berhan30
Tue Sep 08, 2015 9:28 am
Forum: Open Source Nagios Projects
Topic: tomcat monitor
Replies: 5
Views: 1985

Re: tomcat monitor

How to monitor apache tomcat for nagios in ubuntu: warring CRITICAL: http://localhost:80/manager/status?XML=true HTTP/1.1 404 Not Found note: the port of tomcat is 80 define service{ use local-service ; Inherit default values from a temp$ host_name dspace service_description Tomcat check_command che...
by berhan30
Thu Sep 03, 2015 8:23 am
Forum: Open Source Nagios Projects
Topic: tomcat monitor
Replies: 5
Views: 1985

tomcat monitor

How to monitor apache tomcat for nagios in ubuntu: -I download and put check_tomcat.pl in libexec - I put the command in the file commands.cfg: define command{ command_name check_tomcat command_line /usr/local/nagios/libexec/check_tomcat.pl } - I put the command in the file servers.cfg: define servi...
by berhan30
Mon Jul 27, 2015 5:56 am
Forum: Open Source Nagios Projects
Topic: nagios core 4.x: how to configure a router an switch
Replies: 16
Views: 6685

Re: nagios core 4.x: how to configure a router an switch

Problem: mail;SSH;CRITICAL;SOFT;1;connect to address 172.X.x.x and port 22: Connection refused define service{ use local-service ; Name of service template to use host_name mail service_description SSH check_command check_ssh notifications_enabled 0 } # 'check_ssh' command definition define command{...
by berhan30
Wed Jul 15, 2015 6:48 am
Forum: Open Source Nagios Projects
Topic: nagios core 4.x: how to configure a router an switch
Replies: 16
Views: 6685

Re: nagios core 4.x: how to configure a router an switch

# 'check-host-alive' command definition
define command{
command_name check-host-alive
command_line $USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -p 5
}

I changed by another adresse (172.x.x.x). it's works
* address problem (10.x.x.2)?
by berhan30
Wed Jul 15, 2015 4:30 am
Forum: Open Source Nagios Projects
Topic: nagios core 4.x: how to configure a router an switch
Replies: 16
Views: 6685

Re: nagios core 4.x: how to configure a router an switch

# 'check_ping' command definition define command{ command_name check_ping command_line $USER1$/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -p 5 } define host{ use generic-switch ; Inherit default values from a$ host_name routeur-cisco ; The name we're giving to this$ alias routeur cisco 2900 ; A...
by berhan30
Tue Jul 14, 2015 6:01 am
Forum: Open Source Nagios Projects
Topic: nagios core 4.x: how to configure a router an switch
Replies: 16
Views: 6685

Re: nagios core 4.x: how to configure a router an switch

# 'check-host-alive' command definition