mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Clarify a few copyright statements
This commit is contained in:
parent
cd05363876
commit
aa3ee6dc01
5 changed files with 67 additions and 44 deletions
|
@ -14,10 +14,6 @@ Any system with a local chronyd service.
|
||||||
|
|
||||||
No configuration.
|
No configuration.
|
||||||
|
|
||||||
=head1 MAGIC MARKERS
|
|
||||||
|
|
||||||
#%# family=auto
|
|
||||||
#%# capabilities=autoconf
|
|
||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
|
@ -44,11 +40,20 @@ Revision 0.4 2016/11/10 Lars Kruse
|
||||||
switch from "bash" to "sh"
|
switch from "bash" to "sh"
|
||||||
fix exit code of failing "autoconf"
|
fix exit code of failing "autoconf"
|
||||||
|
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
joti
|
Copyright (C) 2008 joti
|
||||||
zjttoefs
|
|
||||||
Lars Kruse <devel@sumpfralle.de>
|
Copyright (C) 2014 zjttoefs
|
||||||
|
|
||||||
|
Copyright (C) 2016 Lars Kruse <devel@sumpfralle>
|
||||||
|
|
||||||
|
|
||||||
|
=head1 MAGIC MARKERS
|
||||||
|
|
||||||
|
#%# family=auto
|
||||||
|
#%# capabilities=autoconf
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
Plugin to monitor error.log from apache server
|
php_errors - Plugin to monitor error.log from apache server
|
||||||
|
|
||||||
=head1 CONFIGURATION
|
=head1 CONFIGURATION
|
||||||
|
|
||||||
|
@ -12,12 +12,13 @@ Plugin to monitor error.log from apache server
|
||||||
user www-data
|
user www-data
|
||||||
env.logfile /home/newsite/logs/errors.log /var/log/php/otherlog.log
|
env.logfile /home/newsite/logs/errors.log /var/log/php/otherlog.log
|
||||||
|
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
Raphaël Droz <raphael.droz+floss@gmail.com>
|
Copyright (C) 2011 Ulrich Lusseau
|
||||||
|
|
||||||
|
Copyright (C) 2016 Raphaël Droz <raphael.droz+floss@gmail.com>
|
||||||
|
|
||||||
Revision 0.2 2016/03/23 22:00:00 Raphaël Droz
|
|
||||||
Revision 0.1 2011/06/17 12:00:00 Ulrich Lusseau
|
|
||||||
|
|
||||||
=head1 MAGICK MARKERS
|
=head1 MAGICK MARKERS
|
||||||
|
|
||||||
|
|
|
@ -11,9 +11,7 @@
|
||||||
# (set in /etc/munin/plugin-conf.d/munin-node on debian)
|
# (set in /etc/munin/plugin-conf.d/munin-node on debian)
|
||||||
# On busy servers you can change value type to COUNTER and set min to 0 to avoid minus peaks at logrotate
|
# On busy servers you can change value type to COUNTER and set min to 0 to avoid minus peaks at logrotate
|
||||||
#
|
#
|
||||||
# $Log$
|
# Copyright (C) 2012 Ulrich Lusseau
|
||||||
# Revision 0.1 2012/04/05 12:00:00 Ulrich Lusseau
|
|
||||||
# Initial revision
|
|
||||||
#
|
#
|
||||||
# Parameters:
|
# Parameters:
|
||||||
#
|
#
|
||||||
|
|
|
@ -2,28 +2,37 @@
|
||||||
|
|
||||||
=begin
|
=begin
|
||||||
|
|
||||||
Plugin to monitor the number of invalid access to sshd per country
|
=head1 NAME
|
||||||
|
|
||||||
|
sshd_invalid_countries_ruby - Plugin to monitor the number of invalid access to sshd per country
|
||||||
|
|
||||||
|
|
||||||
|
=head1 APPLICABLE SYSTEMS
|
||||||
|
|
||||||
|
=over 4
|
||||||
|
|
||||||
|
=item Require read permissions for SYSLOG
|
||||||
|
|
||||||
Require read permissions for SYSLOG
|
|
||||||
ref) ls -l /var/log/secure
|
ref) ls -l /var/log/secure
|
||||||
Require geoip rubygem
|
|
||||||
|
=item Require geoip rubygem
|
||||||
|
|
||||||
ref) http://geoip.rubyforge.org/
|
ref) http://geoip.rubyforge.org/
|
||||||
Require GeoIP-database for searching ip or host for the country
|
|
||||||
|
=item Require GeoIP-database for searching ip or host for the country
|
||||||
|
|
||||||
ref) http://www.maxmind.com/app/geoip_country
|
ref) http://www.maxmind.com/app/geoip_country
|
||||||
|
|
||||||
Parameters:
|
=back
|
||||||
config (required)
|
|
||||||
autoconf (optional - used by munin-config)
|
|
||||||
|
|
||||||
$Log$
|
|
||||||
Revision 1.0 2010/12/25 11:56:12 hirata yoshiyuki
|
|
||||||
released.
|
|
||||||
|
|
||||||
Magick markers (optional):
|
=head1 AUTHORS
|
||||||
#%# family=auto
|
|
||||||
#%# capabilities=autoconf
|
Copyright (C) 2010 Hirata Yoshiyuki
|
||||||
|
|
||||||
|
|
||||||
|
=head1 CONFIGURATION
|
||||||
|
|
||||||
config example for /etc/munin/plugin-conf.d/munin-node
|
|
||||||
[sshd_invalid_countries_ruby]
|
[sshd_invalid_countries_ruby]
|
||||||
user root
|
user root
|
||||||
group root
|
group root
|
||||||
|
@ -31,8 +40,15 @@ env.logfile /var/log/secure
|
||||||
env.geoip /home/you/GeoIP.dat
|
env.geoip /home/you/GeoIP.dat
|
||||||
env.loadpath /usr/local/lib/ruby/gems/1.9.1/gems/geoip-0.8.8/lib/
|
env.loadpath /usr/local/lib/ruby/gems/1.9.1/gems/geoip-0.8.8/lib/
|
||||||
|
|
||||||
|
|
||||||
|
=head1 MAGIC MARKERS
|
||||||
|
|
||||||
|
#%# family=auto
|
||||||
|
#%# capabilities=autoconf
|
||||||
|
|
||||||
=end
|
=end
|
||||||
|
|
||||||
|
|
||||||
require (ENV['loadpath'] || '') + 'geoip'
|
require (ENV['loadpath'] || '') + 'geoip'
|
||||||
|
|
||||||
SYSLOG = ENV['syslog'] || '/var/log/secure'
|
SYSLOG = ENV['syslog'] || '/var/log/secure'
|
||||||
|
|
|
@ -65,10 +65,13 @@ Config example with journald and type DERIVE:
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
Revision 2.0 2016/11/11 15:42:00 Thomas Riccardi
|
Copyright (C) 2009 zlati
|
||||||
Revision 1.2 2010/03/19 15:03:00 pmoranga
|
|
||||||
Revision 1.1 2009/04/26 23:28:00 ckujau
|
Copyright (C) 2009 ckujau
|
||||||
Revision 1.0 2009/04/22 22:00:00 zlati
|
|
||||||
|
Copyright (C) 2010 pmoranga
|
||||||
|
|
||||||
|
Copyright (C) 2016 Thomas Riccardi
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue