[Bug 405435] New: [Novell:NTS/ntsutils] Add NSS stats
https://bugzilla.novell.com/show_bug.cgi?id=405435 Summary: [Novell:NTS/ntsutils] Add NSS stats Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: 3rd party software AssignedTo: jrecord@novell.com ReportedBy: jrecord@novell.com QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: Development Add the following to novell-nss.txt from the /_admin/Manage_NSS/ directory. BufferCache.xml FileStats.xml NameCache.xml ObjectCache.xml GeneralStats.xml -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=405435 Jason Record <jrecord@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=405435 User jrecord@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=405435#c1 Jason Record <jrecord@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Jason Record <jrecord@novell.com> 2008-07-03 16:11:33 MDT --- Fixed Index: trunk/scripts/supportconfig =================================================================== --- trunk/scripts/supportconfig (revision 7) +++ trunk/scripts/supportconfig (revision 8) @@ -1,7 +1,7 @@ #!/bin/bash -SVER=2.19-60 -SDATE="2008 06 13" +SVER=2.19-62 +SDATE="2008 07 03" ############################################################################## # supportconfig - Gathers system troubleshooting information for NTS. @@ -1028,6 +1028,13 @@ do test -e $i && conf_files $OF $i done + if [ -d /_admin/Manage_NSS ]; then + NSS_DIR="/_admin/Manage_NSS" + else + NSS_DIR="/admin/Manage_NSS" + fi + FILES="$NSS_DIR/BufferCache.xml $NSS_DIR/FileStats.xml $NSS_DIR/NameCache.xml $NSS_DIR/ObjectCache.xml $NSS_DIR/GeneralStats.xml" + conf_files $OF $FILES echolog Done else echolog Skipped -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=405435 User jrecord@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=405435#c2 Jason Record <jrecord@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Jason Record <jrecord@novell.com> 2008-08-01 09:34:33 MDT --- Closed. Released to OBS http://en.opensuse.org/NTSutils -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com