summaryrefslogtreecommitdiffstats
path: root/reports
Commit message (Collapse)AuthorAgeFilesLines
* Reports: Use try/except and no version comparisonAlexander Sulfrian2015-09-291-3/+2
|
* some more django 1.7 compatibility fixesJonas Jochmaring2015-09-231-12/+13
|
* make Bcfg2-web compatible with django 1.7Jonas Jochmaring2015-09-231-13/+15
| | | | | | - reports.wsgi uses get_wsgi_application() now - old south-based migrations have been moved - manage.py has been updated
* Reports/templatetags: mark special hosts in grid viewAlexander Sulfrian2014-06-181-0/+3
| | | | | Highligh additional special hosts in the grid view. Stale hosts get a grey background and clean hosts with extra packages get a blue background.
* Handle the case where BCFG2_CONFIG_FILE isn't set in the environmentMichael Fenn2014-04-111-2/+2
|
* Parse the config inside of the wsgi application functionMichael Fenn2014-04-091-2/+11
| | | | | | If you don't set this, the parsing code will always look in /etc/bcfg2.conf for the config, which might not exist or be readable by apache in a standard config.
* reports.wsgi: Fix indentationSol Jerome2014-03-201-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: set DJANGO_SETTINGS_MODULE in wsgi scriptChris St. Pierre2014-03-051-0/+2
|
* DB: fixed how Django settings are loadedChris St. Pierre2013-10-301-4/+5
|
* reports: Make Failed and Bad consistentSol Jerome2013-01-071-3/+6
| | | | | | | Failed entries were causing me confusion previously because the colors between the client State and the Failed entries were inconsistent. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Web Reports: allow bcfg2.conf to be passed to the wsgi appTim Laszlo2012-09-211-1/+6
| | | | | | | This allows users to specify alternate config files in the apache config SetEnv BCFG2_CONFIG_FILE /path/to/bcfg2.conf WSGIScriptAlias /bcfg2 /path/to/reports.wsgi
* Merge reporting configuration with main server configurationTim Laszlo2012-08-071-1/+1
| | | | | | Admin/Syncdb: Use SchemaUpdater Move the schema update routines from reports to Bcfg2.Server Move Reports.settings into Bcfg2.settings
* web_reports: speed up client detail viewTim Laszlo2012-06-061-0/+10
|
* web_reports: added a view to show the most common configuration problemsTim Laszlo2012-06-051-0/+6
|
* reports: Add fine-grained filter for 'bad' clientsSol Jerome2012-05-061-2/+24
| | | | | | | | This filter introduces percentages which should help administrators to quickly visually see where they should focus their time. The worse the percentage of bad/total entries, the darker the color of the client. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-build-reports: Fix type reported by cbrinke on IRC (#1100)Sol Jerome2012-02-151-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Fix: "&ndash;" is narrower than "+" in most fonts - "&minus;" will be bettermkd2011-10-311-1/+1
|
* Reports:unknown2011-08-122-4/+10
| | | | | toggle "[+]" to "[-]" and back on expanding/collapsing lists make the whole header bar clickable
* Convert hostbase/reports files to unix file formatsSol Jerome2011-03-171-693/+693
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* web_reports: Moved location of reports.wsgi to a more stable locationTim Laszlo2010-10-211-0/+4
|
* web reports: tweaks and updatesTim Laszlo2010-10-141-0/+0
|
* web reports: removing old imagesTim Laszlo2010-10-146-0/+0
|
* web reports: new skinTim Laszlo2010-10-1432-10893/+1760
|
* Fixed div height differencesTim Laszlo2010-05-251-1/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5865 ce84e21b-d406-0410-9b95-82705330c041
* Reports: Fix html validation errors for #798 (Patch from Thorsten Lockert)Sol Jerome2009-12-192-4/+5
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5625 ce84e21b-d406-0410-9b95-82705330c041
* Reports: Stylesheet fixes from Tim LaszloSol Jerome2009-11-102-13/+20
| | | | | | | | | | | | | | | <quote who="Tim Laszlo" address="tim.laszlo@gmail.com"> > On Tue, Nov 10, 2009 at 9:50 AM, Tim Laszlo <tim.laszlo@gmail.com> wrote: > > This is a little cleanup work. Some of the divs aren't displaying properly > and in IE the layout is offset and occasionally pushed down. With this > patch the sidebar also extends down the length of the page to match the > content. Previously it stopped sort and looked funny with large amounts of > content. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5566 ce84e21b-d406-0410-9b95-82705330c041
* Reports: Detailed Client List view from Tim LaszloSol Jerome2009-11-091-1/+0
| | | | | | | | | | | This commit adds a new view for the reporting system submitted by Tim Laszlo. It gives detailed information about clients in a table format with State, Good/Bad/Extra entry counts, time of last run, and server client last communicated with. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5563 ce84e21b-d406-0410-9b95-82705330c041
* reports: Fix missing ending quotation mark (Reported by Joe Digilio on irc)Sol Jerome2009-08-171-1/+1
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5412 ce84e21b-d406-0410-9b95-82705330c041
* Be more optimistic (Resolves Ticket #400)Narayan Desai2007-02-141-5/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2810 ce84e21b-d406-0410-9b95-82705330c041
* Reporting system update to include browsing by config-item rather than ↵Joey Hagedorn2007-01-1225-0/+10248
| | | | | | | | | | | | host-only. This enables users of the system to track down where problems are occuring across the system by looking in a package and system oriented way, rather than a host centric view only. *It is expected to be useful to verify that critical security updates are applied.* Additionally this update includes a bunch of files (yet not complete) from the Yahoo User Interface Library. It is sparsely incorporated as the files are used. This library is BSD licensed and provides great capability for the web reports. It also will help when incorporating ajax technology in to the reports for performance improvements. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2660 ce84e21b-d406-0410-9b95-82705330c041
* newreports: minor asthetic changesJoey Hagedorn2007-01-061-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2626 ce84e21b-d406-0410-9b95-82705330c041
* Minor changes to report formatting CSS Joey Hagedorn2007-01-062-3/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2625 ce84e21b-d406-0410-9b95-82705330c041
* Added syntax-coloring css fileJoey Hagedorn2007-01-031-0/+59
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2621 ce84e21b-d406-0410-9b95-82705330c041
* moving brpt to server-reportsJoey Hagedorn2006-11-2227-1502/+25
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2520 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: Let importscript accept -C flag to determine location of ↵Joey Hagedorn2006-11-211-1/+26
| | | | | | | | | | bcfg2.conf file (like other tools) Importscript.py now reads bcfg2.conf for location of statistics.xml and clients.xml file, removing requirement for extra command line flags. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2509 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: Added color coding of client condition on clients-index page.Joey Hagedorn2006-11-201-6/+10
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2505 ce84e21b-d406-0410-9b95-82705330c041
* added capability for authentication in reportsKen Raffenetti2006-11-035-3/+102
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2473 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: Minor change in effort to make more compatible with SQLiteJoey Hagedorn2006-08-041-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2042 ce84e21b-d406-0410-9b95-82705330c041
* NewReports: Added ping-data support to import scriptJoey Hagedorn2006-08-041-12/+26
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2040 ce84e21b-d406-0410-9b95-82705330c041
* NewReports: Removed debugging statementJoey Hagedorn2006-08-031-1/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2036 ce84e21b-d406-0410-9b95-82705330c041
* NewReports: Fixed bug related to import of Reasons from statistics.xml fileJoey Hagedorn2006-08-031-27/+31
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2034 ce84e21b-d406-0410-9b95-82705330c041
* NewReports: More DB Schema changes and default (example) file updates.Joey Hagedorn2006-08-032-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2033 ce84e21b-d406-0410-9b95-82705330c041
* NewReports: Fixes database portability problem with typecasting dates; for ↵Joey Hagedorn2006-08-022-4/+15
| | | | | | all Displays git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2032 ce84e21b-d406-0410-9b95-82705330c041
* NewReports: Works with db schema changesJoey Hagedorn2006-08-021-2/+13
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2031 ce84e21b-d406-0410-9b95-82705330c041
* NewReports: Resetting a default Joey Hagedorn2006-08-021-10/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2030 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: support for new pinging structure; this one works.Joey Hagedorn2006-08-023-33/+45
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2028 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: Changes default for mod_python/apache production environment ↵Joey Hagedorn2006-08-021-10/+0
| | | | | | serving static media git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2027 ce84e21b-d406-0410-9b95-82705330c041
* Fixes typo in previous versionJoey Hagedorn2006-08-011-2/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2023 ce84e21b-d406-0410-9b95-82705330c041
* fix for python 2.3Joey Hagedorn2006-08-011-2/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2022 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: Code CleanupJoey Hagedorn2006-07-261-12/+12
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2007 ce84e21b-d406-0410-9b95-82705330c041