search for: phttp

Displaying 2 results from an estimated 2 matches for "phttp".

Did you mean: http
2012 Mar 29
4
Archiving XCI : Request for an Archivation Review for the XCI project
Hi everybody, the XCI project appears to have been dormant for a while and there is no project lead for XCI today. In line with Xen governance (see phttp://www.xen.org/projects/governance.html), I would like to first get community views on the health of the project and then schedule an archivation review. Let me quote from the process: "The review is essentially a pitch why the project should be archived. The purpose of the review is not n...
2014 Nov 04
6
automated smtp server check
I would like to set up a cron job to automatically check whether my mailserver and webserver are up, and tell me if they're not. This script tells me if my webserver is up: #!/bin/bash wget -q --tries=10 --timeout=20 --spider http://melvilletheatre.com if [[ $? -eq 0 ]]; then echo "Online" else echo "Offline" fi How can I do the something similar with my