Subversion Repositories camp_sysinfo_client_3

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
247 203 d 7 h rodolico /trunk/ Fixed problem where calling a second transport would fail if previous one
returned value other than 1 because sub doit is defined in all transports
 
233 217 d 6 h rodolico /trunk/ Testing  
232 217 d 13 h rodolico /trunk/ Changed to ensure all output uses utf-8  
229 218 d 8 h rodolico /trunk/ Major upgrade complete. Ready for installation. installer/setup will do most
configuration automagically
 
210 655 d 4 h rodolico /trunk/ Bug fixes  
209 655 d 5 h rodolico /trunk/ using abs_path to find working directory  
197 925 d 7 h rodolico /trunk/ Looks like everything is working. Ready for release.  
194 926 d 5 h rodolico /trunk/ Ready for testing  
191 928 d 8 h rodolico /trunk/ Added extra flag to file upload so it will work with the new uploader. Also, created the possibility to set a script to run on successful completion of sysinfo-client.  
185 1740 d 4 h rodolico /trunk/ bug fix  
175 1740 d 5 h rodolico /trunk/ syncing sysinfo-client version with system version.  
174 1740 d 5 h rodolico /trunk/ Fixed a missing dependancy in installer_config (JSON) and set sysinfo-client to report the program version instead of the data version in the reports it gives out.  
154 1772 d 6 h rodolico /trunk/ updated the README and changed the names so they will not be executed even if the execute bit is set.
scripts/save_local modified to build a file name based on the report date/client/hostname/serial number
sysinfo-client modified to allow for interactive running.
 
153 1773 d 3 h rodolico /trunk/ rewrite of some modules and adding a few new ones.  
144 1861 d 7 h rodolico /trunk/ Finished. It has successfully installed on an opnSense router, but not really tested on anything else yet. However, opnSense is the hardest one. This is basically a rewrite to separate the install script from the app so the install script can be used other places.  
142 1866 d 5 h rodolico /trunk/ Fixed a few last minute bugs  
141 1866 d 6 h rodolico /trunk/ bugfix  
138 1866 d 6 h rodolico /trunk/ Minor cosmetic bug in configure.pl, logging in install, removed old installer (install-sysinfo-client.pl), fixed some minor stuff in sysinfo-client  
136 1866 d 8 h rodolico /trunk/ had to bring timestamp into sysinf  
135 1867 d 5 h rodolico /trunk/ Adding logging to sysinfo-client. The code looks ok, and it compiles. No guess how it is going to run. Also, added the file SYSTEM_VERSION which contains the overall version of the project.  
113 2074 d 22 h rodolico /trunk/ sysinfo-client appears to be working now  
112 2074 d 23 h rodolico /trunk/ Few minor bugs in installers and update sysinfo-client to use YAML config file  
85 2147 d 5 h rodolico /trunk/ configuration automatically converted by configure.pl and install (via sysinfoconf.pm), so conf_convert.pl no longer needed. added new transport save_local which saves report to local disk.  
76 2174 d 6 h rodolico /trunk/ Some minor changes  
75 2174 d 7 h rodolico /trunk/ Just setting up to give better error message if the config file can not be loaded.  
68 2308 d 15 h rodolico / Move more stuff into trunk  
62 2433 d 8 h rodolico / Upgrade to v3.2.1, working with new configuration file. Note that install does
NOT modify the configuration at this time
 
61 2434 d 6 h rodolico / not production ready; most of the modifications needed for the change to a hash for configuration file and inclusion of BSD as a possible platform  
59 2463 d 12 h rodolico /  
51 2585 d 12 h rodolico / getting some changes uploaded  
47 2981 d 15 h rodolico / Fixed minor bug where, if module directory did not exist script died  
42 2996 d 6 h rodolico / Mainly just setting up install to verify libraries  
37 3012 d 7 h rodolico / Modified all modules to have a description, fixed
installer to do crontab link and properly set the
execute bit on modules specific to the operating
system
 
28 3020 d 4 h rodolico / Upgrading all scripts to use strict  
26 3023 d 12 h rodolico / Went through all scripts and set them up for /usr/bin/env perl
Added an our $VERSION to all scripts (and modified the old my $main::VERSION)
Added new makeVersionFile, which gets a version from each source file and stores
it in VERSION
 
21 3176 d 9 h rodolico / All appears to work well under Debian. Will be testing ipFire at this time.  
20 3179 d 10 h rodolico / Added version numbers to all modules and executables, then told install.pl to make a list of those into the bin directory.

Fixed bug in sysinfo-client where an additional char was at the end of the yaml file, causing it to fail
 
19 3180 d 3 h rodolico / sysinfo-client working under Linux  
18 3180 d 7 h rodolico / Installer appears to be running fine on Debian systems  
16 3180 d 9 h rodolico / Just saving while I can