Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tcp_conn_validator: Initial commit #1

Merged
merged 1 commit into from
Jun 1, 2015

Conversation

Spredzy
Copy link
Contributor

@Spredzy Spredzy commented May 30, 2015

Initial commit of the new provider tcp_conn_validator that allows
one to check if a service is actually listening on a given pair ip:host.
It supports both IPv4 and IPv6 address.

It either takes a string connection in the namevar or received the
informations through the server and port parameters.

Case 1:

tcp_conn_validator { '127.0.0.1:22' : }

Case 2:

 tcp_conn_validator { 'local ssh' :
   server => '127.0.0.1',
   port   => 22,
 }

@@ -1 +1,36 @@
# puppet-healthcheck

## Providers
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably list the type not the provider.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@Spredzy Spredzy force-pushed the tcp_conn_validator branch 2 times, most recently from 44d7658 to 8adf957 Compare May 30, 2015 22:14
Initial commit of the new provider tcp_conn_validator that allows
one to check if a service is actually listening on a given pair ip:host.
It supports both IPv4 and IPv6 address, it also support hostname.

It either takes a string connection in the namevar or received the
informations through the `host` and `port` parameters.

Case 1:

   tcp_conn_validator { '127.0.0.1:22' : }

Case 2:

   tcp_conn_validator { 'local ssh' :
     host => 'localhost',
     port => 22,
   }
nibalizer added a commit that referenced this pull request Jun 1, 2015
tcp_conn_validator: Initial commit
@nibalizer nibalizer merged commit 3a555f0 into voxpupuli:master Jun 1, 2015
@nibalizer
Copy link
Member

woooo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants