Bingo!
it's work fine !
thank you and merry new year
Search found 8 matches
- Fri Dec 28, 2018 2:51 am
- Forum: Open Source Nagios Projects
- Topic: check_http It seems easy but ...
- Replies: 7
- Views: 3056
- Thu Dec 27, 2018 3:46 am
- Forum: Open Source Nagios Projects
- Topic: check_http It seems easy but ...
- Replies: 7
- Views: 3056
Re: check_http It seems easy but ...
so.. I've fixed the command in ... command_line $USER1$/check_http -H $HOSTADDRESS$ $ARG1$ the host name and ip address are consistent with how they should be define host{ use cloud-server ; Inherit default values from a template host_name http://www.mysite.it ; The name we're giving to this host al...
- Mon Dec 24, 2018 5:54 am
- Forum: Open Source Nagios Projects
- Topic: check_http It seems easy but ...
- Replies: 7
- Views: 3056
check_http It seems easy but ...
merry xmas !! I've to check an https site https check ./check_http -H www.mysite.it -f follow -S HTTP OK: HTTP/1.1 200 OK - 183891 bytes in 0,079 second response time |time=0,078572s;;;0,000000 size=183891B;;;0 in Nagios check... define service{ use generic-service ; Name of service template to use ...
- Fri Dec 21, 2018 4:17 am
- Forum: Open Source Nagios Projects
- Topic: check_dhcp on DHCP servers on balanced mode
- Replies: 8
- Views: 4551
Re: check_dhcp on DHCP servers on balanced mode
YESSSSSSSSSS
everything works well
thank you!!
everything works well
thank you!!
- Wed Dec 19, 2018 3:57 am
- Forum: Open Source Nagios Projects
- Topic: check_dhcp on DHCP servers on balanced mode
- Replies: 8
- Views: 4551
Re: check_dhcp on DHCP servers on balanced mode
...and the status.data
- Wed Dec 19, 2018 3:54 am
- Forum: Open Source Nagios Projects
- Topic: check_dhcp on DHCP servers on balanced mode
- Replies: 8
- Views: 4551
Re: check_dhcp on DHCP servers on balanced mode
in attach the screenshot
- Mon Dec 17, 2018 9:08 am
- Forum: Open Source Nagios Projects
- Topic: check_dhcp on DHCP servers on balanced mode
- Replies: 8
- Views: 4551
Re: check_dhcp on DHCP servers on balanced mode
Here is it.... (I don't know the password for nagios user, is there a default one?) define host{ use windows-server ; Inherit default values from a template host_name fcwinsrv1 ; The name we're giving to this host alias FCWINSRV1 ; A longer name associated with the host address 10.18.2.20 ; IP addre...
- Fri Dec 14, 2018 9:27 am
- Forum: Open Source Nagios Projects
- Topic: check_dhcp on DHCP servers on balanced mode
- Replies: 8
- Views: 4551
check_dhcp on DHCP servers on balanced mode
I've 2 windows 2012 server with DHCP server in balanced mode, I'd like to check the status by check_dhcp but the resut of slave dhcp server in unreliable.( the Status Information is always of the master) I'v this scenario... Ubuntu 18.04.1 LTS (GNU/Linux 4.15.0-42-generic x86_64) Nagios® Core™ 4.3.4...