Project

General

Profile

Bug #9683

Updated by Alexander Brunhirl over 7 years ago

Hi, 

 in the "rudder-reports" is a missing dependence for "rsyslog-module-pgsql". If this is not installed you didn't get your logs into the database. Whereas "rsyslog" and "postgresql-server" are dependencies it would make sense to add "rsyslog-module-pgsql" as well. 

 Best regards, 
 Alex 


 System: openSuSE Leap 42.1 (same as SLES12 SP1) 

 <pre> 
 # zypper info --requires rudder-reports 
 Loading repository data... 
 Reading installed packages... 


 Information for package rudder-reports: 
 --------------------------------------- 
 Repository: Rudder Project SLES12 nightly repository 
 Name: rudder-reports 
 Version: 1398866025:4.0.1.rc1.git201611170245-1.SLES.12 
 Arch: noarch 
 Vendor: Normation 
 Installed: Yes 
 Status: out-of-date (version 1398866025:4.0.0.rc6.git201611090222-1.SLES.12 installed) 
 Installed Size: 10.3 KiB 
 Summary: Configuration management and audit tool - reports database 
 Description:  
   Rudder is an open source configuration management and audit solution. 
  
   This packages creates and initializes a PostgreSQL database to receive reports 
   sent from nodes managed with Rudder. These reports are used by rudder-webapp to 
   calculate compliance to given configuration rules. 
 Requires: 
   /bin/sh 
   rsyslog >= 4 
   postgresql-server >= 8.4 
 # 
 </pre>

Back