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

http-ping plugin #332

Closed
v9n opened this issue Oct 30, 2015 · 9 comments
Closed

http-ping plugin #332

v9n opened this issue Oct 30, 2015 · 9 comments
Labels
help wanted Request for community participation, code, contribution

Comments

@v9n
Copy link
Contributor

v9n commented Oct 30, 2015

We have a ping plugin, if so, we probably should have a HTTP plugin that fetch the URL and record response time, which is an important metric for many people.

Will this be considered? I know we can wrap some script to use exec plugin but by that logic probably everything is exec

@otoolep
Copy link

otoolep commented Oct 30, 2015

This isn't a bad idea, it would allow simple up/not-up checks of a website, for example.

@kokarn
Copy link
Contributor

kokarn commented Oct 31, 2015

👍
This would be very useful.
Maybe even options to load all assets or not?

@v9n
Copy link
Contributor Author

v9n commented Nov 2, 2015

sound like people like it. Let me whip up something and see

@sparrc
Copy link
Contributor

sparrc commented Nov 2, 2015

@kureikain what about an "http" option to the ping plugin instead of a separate plugin? Or it could just take two url lists, urls and http_ping_urls

@otoolep
Copy link

otoolep commented Nov 2, 2015

@sparrc -- I would avoid that. We're using the word "ping" in a metaphorical sense, but I wouldn't actually add this functionality to the ping plugin.

@kokarn
Copy link
Contributor

kokarn commented Nov 20, 2015

A friend threw together a go app that does exactly this except it takes a json list of urls as input.
Should require minimal effort to port to a plugin
https://github.com/gust1n/isitupandfast

@sparrc sparrc changed the title http plugin http-ping plugin Dec 3, 2015
@jlaffaye
Copy link

and https cert expiration date ;)

@v9n
Copy link
Contributor Author

v9n commented Jan 18, 2016

I'm working on this plugin. Write in here to avoid wasting someone's time.

@sparrc sparrc added the help wanted Request for community participation, code, contribution label Mar 24, 2016
@lswith
Copy link
Contributor

lswith commented Mar 30, 2016

I think I'll give implementing this a shot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Request for community participation, code, contribution
Projects
None yet
Development

No branches or pull requests

6 participants