Projet

Général

Profil

Révision aa3ee6dc

IDaa3ee6dc01246ef38314cf86fd9a831e8a71dc6a
Parent cd053638
Enfant 4e69103a

Ajouté par Lars Kruse il y a environ 5 ans

Clarify a few copyright statements

Voir les différences:

plugins/chrony/chrony
14 14

  
15 15
No configuration.
16 16

  
17
=head1 MAGIC MARKERS
18

  
19
  #%# family=auto
20
  #%# capabilities=autoconf
21 17

  
22 18
=head1 VERSION
23 19

  
......
44 40
  switch from "bash" to "sh"
45 41
  fix exit code of failing "autoconf"
46 42

  
43

  
47 44
=head1 AUTHOR
48 45

  
49
  joti
50
  zjttoefs
51
  Lars Kruse <devel@sumpfralle.de>
46
Copyright (C) 2008 joti
47

  
48
Copyright (C) 2014 zjttoefs
49

  
50
Copyright (C) 2016 Lars Kruse <devel@sumpfralle>
51

  
52

  
53
=head1 MAGIC MARKERS
54

  
55
  #%# family=auto
56
  #%# capabilities=autoconf
52 57

  
53 58
=cut
54 59

  
plugins/php/php_errors_
4 4

  
5 5
=head1 NAME
6 6

  
7
Plugin to monitor error.log from apache server
7
php_errors - Plugin to monitor error.log from apache server
8 8

  
9 9
=head1 CONFIGURATION
10 10

  
11
[php_errors_newsite]
12
	user www-data
13
	env.logfile /home/newsite/logs/errors.log /var/log/php/otherlog.log
11
 [php_errors_newsite]
12
 user www-data
13
 env.logfile /home/newsite/logs/errors.log /var/log/php/otherlog.log
14

  
14 15

  
15 16
=head1 AUTHOR
16 17

  
17
Raphaël Droz <raphael.droz+floss@gmail.com>
18
Copyright (C) 2011 Ulrich Lusseau
19

  
20
Copyright (C) 2016 Raphaël Droz <raphael.droz+floss@gmail.com>
18 21

  
19
Revision 0.2  2016/03/23 22:00:00  Raphaël Droz
20
Revision 0.1  2011/06/17 12:00:00  Ulrich Lusseau
21 22

  
22 23
=head1 MAGICK MARKERS
23 24

  
plugins/php/php_time_execution
11 11
#  (set in /etc/munin/plugin-conf.d/munin-node on debian)
12 12
# On busy servers you can change value type to COUNTER and set min to 0 to avoid minus peaks at logrotate
13 13
#
14
# $Log$
15
# Revision 0.1  2012/04/05 12:00:00  Ulrich Lusseau
16
# Initial revision
14
# Copyright (C) 2012 Ulrich Lusseau
17 15
#
18 16
# Parameters:
19 17
#
plugins/ssh/sshd_invalid_countries_ruby
2 2

  
3 3
=begin
4 4

  
5
Plugin to monitor the number of invalid access to sshd per country
6

  
7
Require read permissions for SYSLOG
8
   ref) ls -l /var/log/secure
9
Require geoip rubygem
10
   ref) http://geoip.rubyforge.org/
11
Require GeoIP-database for searching ip or host for the country
12
   ref) http://www.maxmind.com/app/geoip_country
13

  
14
Parameters:
15
      config   (required)
16
      autoconf (optional - used by munin-config)
17

  
18
$Log$
19
Revision 1.0  2010/12/25 11:56:12 hirata yoshiyuki
20
    released.
21

  
22
Magick markers (optional):
23
#%# family=auto
24
#%# capabilities=autoconf
25

  
26
config example for /etc/munin/plugin-conf.d/munin-node
27
[sshd_invalid_countries_ruby]
28
user root
29
group root
30
env.logfile /var/log/secure
31
env.geoip /home/you/GeoIP.dat
32
env.loadpath /usr/local/lib/ruby/gems/1.9.1/gems/geoip-0.8.8/lib/
5
=head1 NAME
6

  
7
sshd_invalid_countries_ruby - Plugin to monitor the number of invalid access to sshd per country
8

  
9

  
10
=head1 APPLICABLE SYSTEMS
11

  
12
=over 4
13

  
14
=item Require read permissions for SYSLOG
15

  
16
 ref) ls -l /var/log/secure
17

  
18
=item Require geoip rubygem
19

  
20
 ref) http://geoip.rubyforge.org/
21

  
22
=item Require GeoIP-database for searching ip or host for the country
23

  
24
 ref) http://www.maxmind.com/app/geoip_country
25

  
26
=back
27

  
28

  
29
=head1 AUTHORS
30

  
31
Copyright (C) 2010 Hirata Yoshiyuki
32

  
33

  
34
=head1 CONFIGURATION
35

  
36
 [sshd_invalid_countries_ruby]
37
 user root
38
 group root
39
 env.logfile /var/log/secure
40
 env.geoip /home/you/GeoIP.dat
41
 env.loadpath /usr/local/lib/ruby/gems/1.9.1/gems/geoip-0.8.8/lib/
42

  
43

  
44
=head1 MAGIC MARKERS
45

  
46
 #%# family=auto
47
 #%# capabilities=autoconf
33 48

  
34 49
=end
35 50

  
51

  
36 52
require (ENV['loadpath'] || '') + 'geoip'
37 53

  
38 54
SYSLOG   = ENV['syslog'] || '/var/log/secure'
plugins/ssh/sshd_log
65 65

  
66 66
=head1 AUTHOR
67 67

  
68
Revision 2.0  2016/11/11 15:42:00  Thomas Riccardi
69
Revision 1.2  2010/03/19 15:03:00  pmoranga
70
Revision 1.1  2009/04/26 23:28:00  ckujau
71
Revision 1.0  2009/04/22 22:00:00  zlati
68
Copyright (C) 2009 zlati
69

  
70
Copyright (C) 2009 ckujau
71

  
72
Copyright (C) 2010 pmoranga
73

  
74
Copyright (C) 2016 Thomas Riccardi
72 75

  
73 76
=cut
74 77

  

Formats disponibles : Unified diff