Subversion Repositories computer_asset_manager_v1

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
117 1615 d 1 h rodolico /includes/ Added some views for reporting.  
116 1615 d 2 h rodolico / Modifications of report  
115 1755 d 3 h rodolico /modules/ sendReports.pl had change to database configuration
doReports.pl now validates report file in UTF-8 or ASCII since PHP barfs when trying to read something else
upload_sysinfo_report.ph now does a chmod to 0666 on the file so doReports.pl can change the file
 
114 1767 d 8 h rodolico /modules/sysinfo/cli_tools/ ref #51. have the code included, but not operative.  
113 1963 d 1 h rodolico /modules/attributes/ Fixed installer so it would work with older versions of mariadb  
112 1963 d 1 h rodolico /modules/attributes/ Added another "null" entry which is ignored by processor  
111 1986 d 3 h rodolico /modules/sysinfo/cli_tools/ Additional error checking  
110 1986 d 4 h rodolico /modules/ working on device_attributes and also modifying parse_sysinfo.php to do attributes group  
109 1987 d 2 h rodolico /includes/ Adding mysql.php from https://github.com/dshafik/php7-mysql-shim to allow camp to run under 7.2. Slows things down a bit.  
108 2015 d 8 h rodolico /modules/attributes/scripts/ added a script to gather attribute information (power only) from an ipmitool sensor command.  
107 2015 d 9 h rodolico /modules/attributes/scripts/ Just a place to put some helper scripts  
106 2017 d 3 h rodolico / Set up indicies on attributes (removed from base)  
105 2017 d 3 h rodolico /includes/ incremented the version.  
104 2017 d 4 h rodolico / Set up for reports to use tags around the headers.  
103 2018 d 1 h rodolico / Some minor changes, and working on Edit Device screen  
102 2019 d 0 h rodolico /modules/attributes/ bulk load and dmidecode load appear to be working ok. Still need the edit attributes screen and some testing.  
101 2019 d 11 h rodolico /modules/attributes/ Just doing a quick upload of changes so far.  
100 2020 d 0 h rodolico / working on attributes module. Also, changed database.php to set default for removed_date to null (vs string 'null') and it appears to have fixed the long term issue we've had.  
99 2021 d 0 h rodolico / Still working on system. Ready for testing.  
98 2025 d 2 h rodolico /modules/attributes/ code works, but not integrated  
97 2026 d 2 h rodolico /modules/attributes/ It appears to be converting just fine. Still need to build a front end for it.  
96 2026 d 8 h rodolico /modules/attributes/ new code to read a dmidecode v3.0 file and extract attributes from it.  
95 2059 d 9 h rodolico /modules/backup/cli_tools/ Changed file version number and added comment to header  
94 2059 d 9 h rodolico /modules/backup/cli_tools/ Fixed to allow (and remove) comma's in numeric strings  
93 2108 d 9 h rodolico /modules/backup/cli_tools/ Major change to output on sendReport.pl. See version information for details  
92 2121 d 6 h rodolico / Did some formatting, including setting it up so any maintenance over past due is shown in yellow, and anything over 30 days past due in red  
91 2121 d 7 h rodolico / Setting Scheduled Maintenance so notes and restrictions fields show up on same line as server name, hidden until you click on it. Additionally, sorted by name now.  
90 2185 d 4 h rodolico / just some minor changes  
89 2270 d 2 h rodolico /modules/license/ fixed issue where clicking "All" on search showed everyone even for limited logins.  
88 2270 d 3 h rodolico /modules/maintenance/ bug fix  
87 2270 d 3 h rodolico / fixed bug where constrained user was allowed to view all maintenance  
86 2270 d 8 h rodolico / Modified license, maintenance, home page and files to support limitations based on who the user is.  
85 2270 d 9 h rodolico /modules/maintenance/ Updated maintenance to be limited by user login  
84 2271 d 0 h rodolico / Modified so we can limit the menu items on a per user basis  
83 2271 d 2 h rodolico / Beginning setup for restrictions per user on devices. The Home page appears to be working correctly.  
82 2272 d 1 h rodolico /modules/sql/ Just adding the new stuff  
81 2431 d 5 h rodolico / set bulkLoadAttribs to either accept file name from cli or infomation from STDIN  
80 2431 d 5 h rodolico / header now has ability to detect whether running from cli or web. bulkLoadAttribs.php will take a tab delimited file and generate sql to load values into the device_attrib table.  
79 2449 d 2 h rodolico /modules/backup/cli_tools/ Fixed to where sendReport will sort by device name  
78 2449 d 2 h rodolico /modules/attributes/ messing with attributes a little.