Skip to content
Snippets Groups Projects
Commit 1f76573f authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

Add license information

parent fe6c3014
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
# Copyright © 2019 Le Filament (<http://www.le-filament.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
PROGNAME=$(basename $0) PROGNAME=$(basename $0)
STATE_OK=0 STATE_OK=0
......
#! /bin/sh #! /bin/sh
# #
# Copyright © 2019 Le Filament (<http://www.le-filament.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# Last Modified: 2018
# History
# 2019-03-29 : Add license information
# 2018-12-10 : Remove need for external utils.sh, create STATE_xx variables here
# Original file : https://raw.githubusercontent.com/thehunmonkgroup/nagios-plugin-newest-file-age/master/check_newest_file_age
# Newest file in a directory plugin for Nagios. # Newest file in a directory plugin for Nagios.
# Written by Chad Phillips (chad@apartmentlines.com) # Written by Chad Phillips (chad@apartmentlines.com)
# Last Modified: 2016-04-21 # Last Modified: 2016-04-21
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment