Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2018-02-12 10:16:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and      /work/SRC/openSUSE:Factory/.cacti-spine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cacti-spine"

Mon Feb 12 10:16:09 2018 rev:14 rq:575478 version:1.1.35

Changes:
--------
--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2018-02-06 
16:49:57.497810746 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes     
2018-02-12 10:16:10.875416015 +0100
@@ -1,0 +2,7 @@
+Mon Feb 12 06:48:34 UTC 2018 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.35
+  -issue#48: Availability check none triggers snmp system check that
+             causes device to be ignored
+
+-------------------------------------------------------------------

Old:
----
  1.1.34.tar.gz

New:
----
  1.1.35.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cacti-spine.spec ++++++
--- /var/tmp/diff_new_pack.ZmmyYM/_old  2018-02-12 10:16:11.971376521 +0100
+++ /var/tmp/diff_new_pack.ZmmyYM/_new  2018-02-12 10:16:11.975376377 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           cacti-spine
-Version:        1.1.34
+Version:        1.1.35
 Release:        0
 Url:            https://github.com/Cacti/spine
 Source:         
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++++++ 1.1.34.tar.gz -> 1.1.35.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.34/ChangeLog 
new/spine-release-1.1.35/ChangeLog
--- old/spine-release-1.1.34/ChangeLog  2018-01-29 09:47:26.000000000 +0100
+++ new/spine-release-1.1.35/ChangeLog  2018-02-12 02:14:10.000000000 +0100
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.35
+-issue#48: Availability check none triggers snmp system check that causes 
device to be ignored
+
 1.1.34
 -feature: release to match Cacti release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.34/configure.ac 
new/spine-release-1.1.35/configure.ac
--- old/spine-release-1.1.34/configure.ac       2018-01-29 09:47:26.000000000 
+0100
+++ new/spine-release-1.1.35/configure.ac       2018-02-12 02:14:10.000000000 
+0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.34, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.35, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.34/poller.c 
new/spine-release-1.1.35/poller.c
--- old/spine-release-1.1.34/poller.c   2018-01-29 09:47:26.000000000 +0100
+++ new/spine-release-1.1.35/poller.c   2018-02-12 02:14:10.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  ex: set tabstop=4 shiftwidth=4 autoindent:
  +-------------------------------------------------------------------------+
- | Copyright (C) 2004-2018 The Cacti Group                                 |
+ | Copyright (C) 2004-2017 The Cacti Group                                 |
  |                                                                         |
  | This program is free software; you can redistribute it and/or           |
  | modify it under the terms of the GNU Lesser General Public              |
@@ -541,7 +541,7 @@
                                                if (host_thread == 1) {
                                                        
update_host_status(HOST_UP, host, ping, host->availability_method);
 
-                                                       if 
(host->availability_method != AVAIL_PING) {
+                                                       if 
((host->availability_method != AVAIL_PING) && (host->availability_method != 
AVAIL_NONE)) {
                                                                if 
(host->snmp_session != NULL) {
                                                                        
get_system_information(host, &mysql, 1);
                                                                }


Reply via email to