summaryrefslogtreecommitdiffstats
path: root/reports
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Code CleanupJoey Hagedorn2006-07-261-40/+49
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2006 ce84e21b-d406-0410-9b95-82705330c041
* Updated templates so that output is properly sortedJoey Hagedorn2006-07-266-16/+31
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2005 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: pointing settings.py file to read /etc/bcfg2.conf so less ↵Joey Hagedorn2006-07-202-11/+8
| | | | | | initial configuration is needed. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1975 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: Finalized Reasons display for bad and modified config elements. ↵Joey Hagedorn2006-07-205-19/+152
| | | | | | Also displays of other hosts with the same problem. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1973 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: Lots of changes to faciliate Reasons info display. Clicking on ↵Joey Hagedorn2006-07-199-24/+82
| | | | | | Bad or Modified configuration item name now brings up a page that describes the problem. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1970 ce84e21b-d406-0410-9b95-82705330c041
* New Reports: Summary view is now really fast 3 sec instead of 20; Summary ↵Joey Hagedorn2006-07-185-41/+77
| | | | | | enabled for historical view git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1966 ce84e21b-d406-0410-9b95-82705330c041
* Final commit before view data in new reports gets restructured.Joey Hagedorn2006-07-142-1/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1942 ce84e21b-d406-0410-9b95-82705330c041
* removed requirement for host to have "0" extra packages to qualify as ↵Joey Hagedorn2006-07-131-1/+1
| | | | | | "clean" in reports git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1936 ce84e21b-d406-0410-9b95-82705330c041
* sync'd DB, so that no longer do installers of the new reporting system need ↵Joey Hagedorn2006-07-122-1/+1
| | | | | | to "python manage.py syncdb" when setting up sqlite and new reports stuff. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1935 ce84e21b-d406-0410-9b95-82705330c041
* fixed typo in var name "pingability"Joey Hagedorn2006-07-121-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1933 ce84e21b-d406-0410-9b95-82705330c041
* included empty sqlite-dbJoey Hagedorn2006-07-121-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1930 ce84e21b-d406-0410-9b95-82705330c041
* minor changes to command line optionsJoey Hagedorn2006-07-121-7/+12
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1929 ce84e21b-d406-0410-9b95-82705330c041
* import script added verbose/debug options; defaults to silent operationJoey Hagedorn2006-07-122-190/+70
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1928 ce84e21b-d406-0410-9b95-82705330c041
* import script ready to go. Fast SQL fixed up so it returns the correct data too.Joey Hagedorn2006-07-112-39/+102
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1925 ce84e21b-d406-0410-9b95-82705330c041
* Preliminary import script working version, imports Reasons, Interactions, ↵Joey Hagedorn2006-07-101-1/+103
| | | | | | Clients git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1921 ce84e21b-d406-0410-9b95-82705330c041
* added final support for reasons in new reporting system; edited importer ↵Joey Hagedorn2006-07-053-81/+141
| | | | | | script to bring that data in as well git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1910 ce84e21b-d406-0410-9b95-82705330c041
* provided easy-calendar-selection for historical reporting Joey Hagedorn2006-06-294-23/+30
| | | | | | | | features in timing report; to be implemented in remaining reports git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1905 ce84e21b-d406-0410-9b95-82705330c041
* Added Calendar Popup for date selection. This appears to be public domain;Joey Hagedorn2006-06-291-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | // Author: Matt Kruse <matt@mattkruse.com> // WWW: http://www.mattkruse.com/ // // NOTICE: You may use this code for any purpose, commercial or // private, without any further permission from the author. You may // remove this notice from your final code if you wish, however it is // appreciated by the author if at least my web site address is kept. // // You may *NOT* re-distribute this code in any way except through its // use. That means, you can include it in your product, or your web // site, or any other form where the code is actually being used. You // may not put the plain javascript up on your site for download or // include it in your javascript libraries for download. // If you wish to share this code with others, please just point them // to the URL instead. // Please DO NOT link directly to my .js files from your site. Copy // the files to your server and use them there. Thank you. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1903 ce84e21b-d406-0410-9b95-82705330c041
* New reporting system's Performance report is ultra fast due to new SQL ↵Joey Hagedorn2006-06-283-40/+71
| | | | | | queries. Also, importscript now properly imports OpStamps from xml statistics file. It is very slow still though... git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1902 ce84e21b-d406-0410-9b95-82705330c041
* working on reports performance related to building client listsJoey Hagedorn2006-06-274-10/+20
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1898 ce84e21b-d406-0410-9b95-82705330c041
* Changed Client schema to cache current interaction.Joey Hagedorn2006-06-273-19/+59
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1897 ce84e21b-d406-0410-9b95-82705330c041
* removed two more PYC files...Joey Hagedorn2006-06-212-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1894 ce84e21b-d406-0410-9b95-82705330c041
* Made timing report a bunch fasterJoey Hagedorn2006-06-215-10/+26
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1893 ce84e21b-d406-0410-9b95-82705330c041
* removed more compiled filesJoey Hagedorn2006-06-212-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1890 ce84e21b-d406-0410-9b95-82705330c041
* removed some compiled filesJoey Hagedorn2006-06-2110-4/+4
| | | | | | | | Other unknown changes from yesterday git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1889 ce84e21b-d406-0410-9b95-82705330c041
* New models with Reasons; added Import script, to bring old data in to the ↵Joey Hagedorn2006-06-203-8/+150
| | | | | | database git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1888 ce84e21b-d406-0410-9b95-82705330c041
* Initial commit of Django based reporting subsystem. Only works with fake ↵Joey Hagedorn2006-06-1534-0/+1215
| | | | | | data so far... git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1883 ce84e21b-d406-0410-9b95-82705330c041