Nagios Exchange Nagios Exchange
  • Home
  • Directory
  • Library
  • Support
  • About

Advanced Search

Build precise queries to find exactly what you need

Search Logic

Select compatible versions

Press ESC to close

Sign In Sign Up
  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4391Themes and Skins12Add-ons742Documentation283Graphics and Logos36View All Categories
LinuxSecuritySNMPFile SystemCloud
New Listings Recently Updated Listings Most Favored Listings Most Popular Listings Most Rated Listings Most Reviewed Listings
Random Project
Nagios Log Server 2 User Guide Exporting Data in Log Server 2
0.0 (0)
5.8K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Julien DESMAREST (6)LAMY (6)Davide Lemma (4)deskwork_itunes142 (4)Claudio Kuenzler (2)
See More
Newest Contributors
sowoii (1)Nitatemic (1)cjdepaul (1)ixs (1)messefreeze (2)
See More

Copyright © 2009-2025 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home > Mohammad
M

Mohammad

@itechnology.zone

User Stats

Member Since: December 13, 2014

Favorites0

Views

Projects0

No Projects Found
check_https

A Built-in Alternative Solution

I did try your script but it was little bit unstable. Suddenly I have checked the check_http which is already there in the /nagios/libexec/check_http check_http -S www.sitename.or.ip -w seconds -c seconds -S Connect via SSL. Port defaults to 443. -w Response time to result in warning status (seconds) -c Response time to result in critical status (seconds) you can add --ssl=1.2 for TLS1.2 (read help) for example: /usr/local//nagios/libexec/./check_http -S www.google.com -w 2 -c 5 or /usr/local//nagios/libexec/./check_http --ssl=1.2 www.google.com -w 2 -c 5 Next Define The Command Inside commands.cfg define command { command_name check_https command_line $USER1$/check_http -S $ARG1$ -w $ARG2$ -c $ARG3$ } Define Service define service { use local-service ; Name of service template to use host_name LOCALHOST service_description HTTPS check_command check_https!localhost!0.500!0.900 notifications_enabled 1 } -w -c 0.0 accept millisecond It's handy when you check multiple internet links either the links is up or down, sites functions, port status.

Reviewed 4 years ago

No Favorites Found

Copyright © 2009-2025 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile