update license info and description
This commit is contained in:
+9
-3
@@ -1,6 +1,7 @@
|
|||||||
# monitor.sh
|
#!/bin/bash
|
||||||
#
|
########################################################################
|
||||||
# Copyright (C) 2015 Max Mehl <mail@mehl.mx>
|
# Copyright (C) 2015 Max Mehl <mail@mehl.mx>
|
||||||
|
########################################################################
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -15,7 +16,12 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
#!/bin/bash
|
########################################################################
|
||||||
|
#
|
||||||
|
# A bash application to monitor websites via ping and index comparison
|
||||||
|
# In case of error it can send email notifications. See config.cfg.sample
|
||||||
|
#
|
||||||
|
#######################################################################
|
||||||
|
|
||||||
cd "$(dirname "$(readlink -f "$0")")"
|
cd "$(dirname "$(readlink -f "$0")")"
|
||||||
# Test if config.cfg exists and set needed variables
|
# Test if config.cfg exists and set needed variables
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# update-index-ssh-link.sh
|
#!/bin/sh
|
||||||
#
|
########################################################################
|
||||||
# Copyright (C) 2015 Max Mehl <mail@mehl.mx>
|
# Copyright (C) 2015 Max Mehl <mail@mehl.mx>
|
||||||
|
########################################################################
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -15,7 +16,11 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
#!/bin/sh
|
########################################################################
|
||||||
|
#
|
||||||
|
# This script can be used to as direct link to update the index
|
||||||
|
#
|
||||||
|
########################################################################
|
||||||
|
|
||||||
HOST=$(basename $1)
|
HOST=$(basename $1)
|
||||||
|
|
||||||
|
|||||||
+9
-3
@@ -1,6 +1,7 @@
|
|||||||
# update-index.sh
|
#!/bin/bash
|
||||||
#
|
########################################################################
|
||||||
# Copyright (C) 2015 Max Mehl <mail@mehl.mx>
|
# Copyright (C) 2015 Max Mehl <mail@mehl.mx>
|
||||||
|
########################################################################
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -15,7 +16,12 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
#!/bin/bash
|
########################################################################
|
||||||
|
#
|
||||||
|
# With this script you can update a index page, e.g. after an update
|
||||||
|
#
|
||||||
|
########################################################################
|
||||||
|
|
||||||
|
|
||||||
cd "$(dirname "$(readlink -f "$0")")"
|
cd "$(dirname "$(readlink -f "$0")")"
|
||||||
# Test if config.cfg exists and set needed variables
|
# Test if config.cfg exists and set needed variables
|
||||||
|
|||||||
Reference in New Issue
Block a user