[Pkg-nagios-changes] [pkg-nagios-snmp-plugins] branch upstream updated (e8c75af -> e1ab457)

Jan Wagner waja at moszumanska.debian.org
Mon Dec 5 01:37:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

waja pushed a change to branch upstream
in repository pkg-nagios-snmp-plugins.

      from  e8c75af   Imported Upstream version 1.1.1
       new  e1ab457   New upstream version 2.0.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .perltidyrc                                        |   28 +
 README.md                                          |   56 +
 check_snmp_boostedge.pl                            |  320 --
 check_snmp_cpfw.pl                                 |  555 ---
 check_snmp_css.pl                                  |  480 ---
 check_snmp_css_main.pl                             |  266 --
 check_snmp_env.pl                                  | 1006 -----
 check_snmp_int.pl                                  |  800 ----
 check_snmp_linkproof_nhr.pl                        |  319 --
 check_snmp_load.pl                                 |  731 ----
 check_snmp_mem.pl                                  |  525 ---
 check_snmp_nsbox.pl                                |  351 --
 check_snmp_process.pl                              |  668 ----
 check_snmp_storage.pl                              |  642 ----
 check_snmp_vrrp.pl                                 |  451 ---
 check_snmp_win.pl                                  |  381 --
 doc/html/README.md                                 |    6 +
 doc/{ => html/nagios.manubulon.com}/faq.html       |  560 +--
 doc/html/nagios.manubulon.com/img/sideback.jpg     |  Bin 0 -> 1083 bytes
 doc/html/nagios.manubulon.com/img/smalllogo7.jpg   |  Bin 0 -> 5338 bytes
 doc/html/nagios.manubulon.com/index.html           |  352 ++
 .../nagios.manubulon.com}/index_commands.html      | 4066 ++++++++++----------
 doc/html/nagios.manubulon.com/index_info.html      |  604 +++
 .../nagios.manubulon.com/index_snmp.html}          |  789 ++--
 doc/html/nagios.manubulon.com/nagios_cert.cer      |   22 +
 doc/html/nagios.manubulon.com/p1-print.pl.patch    |   38 +
 doc/html/nagios.manubulon.com/package_c.html       |  192 +
 doc/html/nagios.manubulon.com/robots.txt           |    1 +
 doc/{ => html/nagios.manubulon.com}/snmp_cpfw.html |  942 ++---
 doc/{ => html/nagios.manubulon.com}/snmp_css.html  |  762 ++--
 doc/{ => html/nagios.manubulon.com}/snmp_env.html  |  740 ++--
 doc/{ => html/nagios.manubulon.com}/snmp_int.html  | 1407 +++----
 doc/{ => html/nagios.manubulon.com}/snmp_load.html |  818 ++--
 doc/{ => html/nagios.manubulon.com}/snmp_mem.html  |    2 +-
 .../nagios.manubulon.com}/snmp_process.html        |  731 ++--
 .../nagios.manubulon.com}/snmp_storage.html        | 2679 +++++++------
 doc/{ => html/nagios.manubulon.com}/snmp_vrrp.html |  124 +-
 .../nagios.manubulon.com}/snmp_windows.html        |  522 +--
 icingaexchange.yml                                 |    8 +
 Changelog => plugins/Changelog                     |   34 +
 plugins/INSTALL                                    |   15 +
 LICENSE => plugins/LICENSE                         |    0
 README => plugins/README                           |    4 +-
 plugins/check_snmp_boostedge.pl                    |  371 ++
 plugins/check_snmp_cpfw.pl                         |  604 +++
 plugins/check_snmp_css.pl                          |  551 +++
 plugins/check_snmp_css_main.pl                     |  306 ++
 plugins/check_snmp_env.pl                          | 1111 ++++++
 plugins/check_snmp_int.pl                          | 1005 +++++
 plugins/check_snmp_linkproof_nhr.pl                |  363 ++
 plugins/check_snmp_load.pl                         |  900 +++++
 plugins/check_snmp_mem.pl                          |  626 +++
 plugins/check_snmp_nsbox.pl                        |  406 ++
 plugins/check_snmp_process.pl                      |  848 ++++
 plugins/check_snmp_storage.pl                      |  810 ++++
 plugins/check_snmp_vrrp.pl                         |  525 +++
 plugins/check_snmp_win.pl                          |  428 +++
 {doc => plugins/doc}/faq.html                      |   17 +-
 {doc => plugins/doc}/index.html                    |  123 +-
 {doc => plugins/doc}/index_commands.html           |    0
 {doc => plugins/doc}/snmp_cpfw.html                |    6 +-
 {doc => plugins/doc}/snmp_css.html                 |    6 +-
 {doc => plugins/doc}/snmp_env.html                 |    6 +-
 {doc => plugins/doc}/snmp_int.html                 |   87 +-
 {doc => plugins/doc}/snmp_load.html                |    4 +-
 {doc => plugins/doc}/snmp_mem.html                 |    2 +-
 {doc => plugins/doc}/snmp_process.html             |   79 +-
 {doc => plugins/doc}/snmp_storage.html             |   93 +-
 {doc => plugins/doc}/snmp_vrrp.html                |    0
 {doc => plugins/doc}/snmp_windows.html             |    0
 install.sh => plugins/install.sh                   |  117 +-
 71 files changed, 17712 insertions(+), 14679 deletions(-)
 create mode 100644 .perltidyrc
 create mode 100644 README.md
 delete mode 100755 check_snmp_boostedge.pl
 delete mode 100755 check_snmp_cpfw.pl
 delete mode 100755 check_snmp_css.pl
 delete mode 100755 check_snmp_css_main.pl
 delete mode 100755 check_snmp_env.pl
 delete mode 100755 check_snmp_int.pl
 delete mode 100755 check_snmp_linkproof_nhr.pl
 delete mode 100755 check_snmp_load.pl
 delete mode 100755 check_snmp_mem.pl
 delete mode 100755 check_snmp_nsbox.pl
 delete mode 100755 check_snmp_process.pl
 delete mode 100755 check_snmp_storage.pl
 delete mode 100755 check_snmp_vrrp.pl
 delete mode 100755 check_snmp_win.pl
 create mode 100644 doc/html/README.md
 copy doc/{ => html/nagios.manubulon.com}/faq.html (63%)
 mode change 100755 => 100644
 create mode 100644 doc/html/nagios.manubulon.com/img/sideback.jpg
 create mode 100644 doc/html/nagios.manubulon.com/img/smalllogo7.jpg
 create mode 100644 doc/html/nagios.manubulon.com/index.html
 copy doc/{ => html/nagios.manubulon.com}/index_commands.html (91%)
 mode change 100755 => 100644
 create mode 100644 doc/html/nagios.manubulon.com/index_info.html
 copy doc/{index.html => html/nagios.manubulon.com/index_snmp.html} (74%)
 mode change 100755 => 100644
 create mode 100644 doc/html/nagios.manubulon.com/nagios_cert.cer
 create mode 100644 doc/html/nagios.manubulon.com/p1-print.pl.patch
 create mode 100644 doc/html/nagios.manubulon.com/package_c.html
 create mode 100644 doc/html/nagios.manubulon.com/robots.txt
 copy doc/{ => html/nagios.manubulon.com}/snmp_cpfw.html (95%)
 mode change 100755 => 100644
 copy doc/{ => html/nagios.manubulon.com}/snmp_css.html (96%)
 mode change 100755 => 100644
 copy doc/{ => html/nagios.manubulon.com}/snmp_env.html (96%)
 mode change 100755 => 100644
 copy doc/{ => html/nagios.manubulon.com}/snmp_int.html (83%)
 mode change 100755 => 100644
 copy doc/{ => html/nagios.manubulon.com}/snmp_load.html (96%)
 mode change 100755 => 100644
 copy doc/{ => html/nagios.manubulon.com}/snmp_mem.html (99%)
 mode change 100755 => 100644
 copy doc/{ => html/nagios.manubulon.com}/snmp_process.html (84%)
 mode change 100755 => 100644
 copy doc/{ => html/nagios.manubulon.com}/snmp_storage.html (82%)
 mode change 100755 => 100644
 copy doc/{ => html/nagios.manubulon.com}/snmp_vrrp.html (82%)
 mode change 100755 => 100644
 copy doc/{ => html/nagios.manubulon.com}/snmp_windows.html (97%)
 mode change 100755 => 100644
 create mode 100644 icingaexchange.yml
 rename Changelog => plugins/Changelog (66%)
 create mode 100644 plugins/INSTALL
 rename LICENSE => plugins/LICENSE (100%)
 rename README => plugins/README (94%)
 create mode 100755 plugins/check_snmp_boostedge.pl
 create mode 100755 plugins/check_snmp_cpfw.pl
 create mode 100755 plugins/check_snmp_css.pl
 create mode 100755 plugins/check_snmp_css_main.pl
 create mode 100755 plugins/check_snmp_env.pl
 create mode 100755 plugins/check_snmp_int.pl
 create mode 100755 plugins/check_snmp_linkproof_nhr.pl
 create mode 100755 plugins/check_snmp_load.pl
 create mode 100755 plugins/check_snmp_mem.pl
 create mode 100755 plugins/check_snmp_nsbox.pl
 create mode 100755 plugins/check_snmp_process.pl
 create mode 100755 plugins/check_snmp_storage.pl
 create mode 100755 plugins/check_snmp_vrrp.pl
 create mode 100755 plugins/check_snmp_win.pl
 rename {doc => plugins/doc}/faq.html (84%)
 rename {doc => plugins/doc}/index.html (74%)
 rename {doc => plugins/doc}/index_commands.html (100%)
 rename {doc => plugins/doc}/snmp_cpfw.html (95%)
 rename {doc => plugins/doc}/snmp_css.html (96%)
 rename {doc => plugins/doc}/snmp_env.html (95%)
 rename {doc => plugins/doc}/snmp_int.html (88%)
 rename {doc => plugins/doc}/snmp_load.html (96%)
 rename {doc => plugins/doc}/snmp_mem.html (99%)
 rename {doc => plugins/doc}/snmp_process.html (83%)
 rename {doc => plugins/doc}/snmp_storage.html (85%)
 rename {doc => plugins/doc}/snmp_vrrp.html (100%)
 rename {doc => plugins/doc}/snmp_windows.html (100%)
 rename install.sh => plugins/install.sh (69%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-snmp-plugins.git



More information about the Pkg-nagios-changes mailing list