QuecManager non-beta
Its about time I did this!
This commit is contained in:
10
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/quecmanager/heartbeat.sh
Executable file
10
ipk-source/sdxpinn-quecmanager/root/www/cgi-bin/quecmanager/heartbeat.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Content-Type: application/json"
|
||||
echo "Cache-Control: no-cache, no-store, must-revalidate"
|
||||
echo "Pragma: no-cache"
|
||||
echo "Expires: 0"
|
||||
echo ""
|
||||
|
||||
# Basic response indicating the server is up
|
||||
echo '{"alive": true}'
|
||||
Reference in New Issue
Block a user