Hello,
I'm needing a module similar to this, but there are a few caveats. I need some advice.
Here is the situation:
- I'm running drupal 6. Is it possible to do a custom migration to drupal 6?
- My drupal pages use another service accessible through http to display content. Would it be possible to modify the module so that it checks the other service first and then respond to the ping? This way an ok answer would mean that both services are available.
I'm not sure if this is possible and/or a good idea.
Any comments are welcome.
Thanks in advance.
Comments
Comment #1
skwashd commentedYou could backport the module to D6 using another name, such as ping_d6 or something to avoid the namespace conflict.
In terms of the other checks I would consider that to be out of scope for this module. If you implemented it I would be interesting in seeing how you did it. If it was generic enough I would consider porting it and including it as a submodule.