[Pkg-nagios-changes] [pkg-nagios-snmp-plugins] branch master updated (caf8f93 -> cc5ec0d)
Jan Wagner
waja at moszumanska.debian.org
Mon Dec 5 01:35:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
waja pushed a change to branch master
in repository pkg-nagios-snmp-plugins.
from caf8f93 Update Vcs-* URLs to use HTTPS, use cgit instead of gitweb for Vcs-Browser URL.
new 1eca1c0 travis-ci: Make use of travis.d.n
new 9c06100 New upstream version 2.0.0
new c431132 d/watch: Update for new upstream URL
new 74388b3 Disable patches integrated in new upstream
new 6f3bacd Refresh remaining patches
new 692a27a d/rules: Adjusting src paths
new 3590951 d/rules: Stop shipping outdated upstream changelog
new ceff8a0 d/docs: Adjusting src path
new 80b3d1e d/README.Debian: Spellfix
new cc5ec0d d/changelog: Updating
The 10 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 +
.travis.yml | 60 +-
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 --
debian/README.Debian | 2 +-
debian/changelog | 19 +-
debian/docs | 2 +-
debian/patches/50_disable_epn | 86 +-
debian/patches/51_fix_privacy_doc | 87 +-
debian/patches/series | 24 +-
debian/rules | 8 +-
debian/watch | 3 +-
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 +-
80 files changed, 17860 insertions(+), 14822 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