This week's updates to the Doc sites at docs.sciencelogic.com
7/18/25 Doc updates to the main docs site at https://docs.sciencelogic.com/: Updated the Restorepoint 5.6 Manual with new Workstation Database Archive content to reflect new user options in the user interface. 7/18/25 Doc Updates to the release notes site at https://docs.sciencelogic.com/release_notes_html/: Added release notes for SL1 12.3.6, which includes package updates and addresses multiple issues from previous releases. Added release notes for version 103 of the Cisco: ACI Multi-Site Manager PowerPack, which includes updates for compatibility with Python 3 and an addressed issue. Added Restorepoint MR20250716 release notes which addressed issues that prevented users from updating appliances and prevented Regex searches from properly searching archives. Log retention policies were also updated to apply to historic jobs in the database. Added release notes for version 111 of the Cisco: UC VOS Applications PowerPack release, which includes updates for Python 3 compatibility. Added release notes for version 104 of the Hitachi Data Systems: VSP PowerPack release, which includes updates for Python 3 compatibility. Added release notes for version 109 of the Tandberg Infrastructure PowerPack release, which includes updates for Python 3 compatibility and several resolved issues.6Views0likes0CommentsThis week's updates to the Doc sites at docs.sciencelogic.com
7/3/25 Updates to the main documentation site at https://docs.sciencelogic.com/ : Updated the Poly Endpoint v103 PowerPack, which updates the PowerPack for Python 3 compatibility. Updated the Linux Base Pack v113 PowerPack, which includes the following updates: Python 3.11 compatibility and to use the latest gevent library. Addressed an issue that prevented the "Linux: ICDA Cache" and "Linux: Interface Cache" Dynamic Applications from processing interfaces without MAC addresses. Added the "Linux Memory Pressure Performance" Dynamic Application and the Linux: Large Open Files Configuration" Dynamic Application. Updated the Oracle Database v200 PowerPack, which includes extensive updates to many Dynamic Applications, collection objects, device classes, and run book actions. Several thresholds on multiple Dynamic Applications were also renamed. 7/3/25 Updates to the release notes site at https://docs.sciencelogic.com/release_notes_html/ : Updated the Poly Endpoint v103 PowerPack, which updates the PowerPack for Python 3 compatibility. Updated the Linux Base Pack v113 PowerPack, which includes the following updates: Python 3.11 compatibility and to use the latest gevent library. Addressed an issue that prevented the "Linux: ICDA Cache" and "Linux: Interface Cache" Dynamic Applications from processing interfaces without MAC addresses. Added the "Linux Memory Pressure Performance" Dynamic Application and the Linux: Large Open Files Configuration" Dynamic Application. Updated the Oracle Database v200 PowerPack, which includes extensive updates to many Dynamic Applications, collection objects, device classes, and run book actions. Several thresholds on multiple Dynamic Applications were also renamed. Updated Restorepoint MR20250702 Release Notes which added restrictions for Lua device control commands and policy rules.3Views0likes0CommentsThis week's updates to the Doc sites at docs.sciencelogic.com
6/13/25 Updates to the main documentation site at https://docs.sciencelogic.com/ : The supported SL1 12.3.5 upgrade paths were added to the SL1 Upgrade Path Matrix. The section on SL1 Backup Management was updated to add instructions for enabling the tmux utility prior to mounting backups and restoring, if necessary. The Snippet Dynamic Application Development manual was updated to provide additional context around the use of the root_device variable as it relates to Collector Affinity. The Cisco UCS Manager v105 PowerPack manual was updated to reflect the PowerPack's Python 3.6 compatibility and new directions for the unguided discovery workflow and creating credentials. The Restorepoint 5.6 manual was updated to add Amazon Web Services virtual appliance installation instructions. 6/13/25 Updates to the release notes site at https://docs.sciencelogic.com/release_notes_html/ : Added release notes for SL1 Ibiza 12.3.5, which included package updates and addressed multiple issues from previous releases. The Cisco UCS Manager v105 PowerPack was updated for Python 3.6 compatibility. Restorepoint released Hotfix 20250612 to address an issue preventing users from clearing the Disabled checkbox on the Device tab.15Views1like0CommentsCMDB Syncpack, sending active status example
In the doc site there is an example to send Active status to cmdb, {%- set output = [] -%} {%- if device.active.unavailable == True -%}{%- set output = output + ['Unavailable'] -%} {%- endif -%} {%- if device.active.userDisabled == True -%}{%- set output = output + ['User Disabled'] -%} {%- endif -%} {%- if device.active.userInitiatedMaintenance == True -%}{%- set output = output + ['User Initiated Maintenance'] -%}{%- endif -%} {%- if device.active.userMaintenance == True -%}{%- set output = output + ['User Initiated Maintenance'] -%}{%- endif -%} {%- if output|length > 0 -%} {{ ", ".join(output) }} {%- else -%} {{ "Active" }} {%- endif -%} that example has both single-quotation and double-quotation marks, and when the whole code needs to be put inside double-quotation marks, that will then break the JSON. So please change those double-quotation marks to single-quotation marks in that example13Views0likes0CommentsThis week's updates to the Doc sites at docs.sciencelogic.com
5/2/25 Doc updates to the main docs site at https://docs.sciencelogic.com/ Updated the manual for Skylar Analytics version 1.5.0, with new chapters about authentication/access control and service provider administration. Updated the manual for the VMware Automation PowerPack version 103. 5/2/25 Doc Updates to the release notes site at https://docs.sciencelogic.com/release_notes_html/ Added release notes for AP2 8.20.2-72 (Key Lime Pie), which includes a reorganized Event Policy Editor, improved processes for creating and editing service policies on the Service Investigator pages, and enhanced Devices and Dashboards pages for improved data visibility and management. It also addresses several issues from previous releases. Added release notes for the VMware Automation PowerPack version 103. Added release notes for Skylar Analytics 1.5.1.20Views0likes0CommentsThis week's updates to the Doc sites at docs.sciencelogic.com
4/18/25 Doc updates to the main docs site at https://docs.sciencelogic.com/ Updated the manual for the ServiceNow Events SyncPack version 1.2.1. 4/18/25 Doc Updates to the release notes site at https://docs.sciencelogic.com/release_notes_html/ Restorepoint released the MR20250415 hotfix to address bulk editing issues. Updated the release notes for the ServiceNow Events SyncPack version 1.2.1.12Views0likes0CommentsLast week's updates to the Doc sites at docs.sciencelogic.com
4/11/25 Doc updates to the main docs site at https://docs.sciencelogic.com/ Updated the following PowerPacks manuals for Python 3 compliance and other features: Nginx: Open Source & Plus v103 Added Guided Discovery workflow Microsoft: Windows Server v118 Added 2025 Device classes Updated the Restorepoint 5.6 User Guide to include details about appliance-related settings in the [Devices] tab (previously [Device Defaults]) on the System Settings page, and its corresponding new "Global Device Settings" section. Removed the "Testing the CUCM Credential" section from the Cisco: CUCM Cisco Unified Communications Manager PowerPack manual as the "CUCM Credential Test" credential tester has been excluded from this PowerPack. Updated the Agents chapter of the Restorepoint 5.6 User Guide to include Config Policy information for agents. Updated the SL1 Recommended Upgrade Paths section to add the approved upgrade paths for SL1 12.3.3. 4/11/25 Doc Updates to the release notes site at https://docs.sciencelogic.com/release_notes_html/ Added release notes for SL1 12.3.3, which includes package updates to improve security and system performance and addresses multiple issues from previous releases. Updated the following PowerPacks Release Notes for Python 3 compliance and other features: Nginx: Open Source & Plus v103 Added Guided Discovery workflow Microsoft: Windows Server v118 Added 2025 Device classes Added releases notes for Skylar Analytics 1.4.1. Added release notes for version 114 of the Cisco: CUCM Cisco Unified Communications Manager PowerPack release, which includes compatibility with Python 3 for all Dynamic Applications using snippet argument and specific run book actions. Added release notes for version 101 of the Couchbase PowerPack release, which includes compatibility with Python 3.6 for all Dynamic Applications and the ability to leverage snippet framework when collecting data. Added release notes for version 8.16.1.41 of the AP2 Halwa.01 release, which addresses two issues relating to API and Global Manager that affected the previous AP2 Halwa version 8.16.1.14 release. Added release notes for version 8.17.23.45 of the AP2 Ice Pop.01 release, which addresses two issues relating to API and Global Manager that affected the AP2 Ice Pop version 8.17.23.18 release. Added release notes for Restorepoint MR20250409, which includes updates to global alert definitions. Added release notes for version 2.3.2 of the Restorepoint SyncPack, which updates the default backup schedule in the SyncPack from every 15minutes to once a day at midnight, and addresses an issue with the "Get List of Credentials from SL1" application.19Views1like0CommentsThis week's updates to the Doc sites at docs.sciencelogic.com
4/4/25 Doc updates to the main docs site at https://docs.sciencelogic.com/ Updated the Restorepoint 5.6 manual to include substantial new Domains information and also for clarity for Archive Server definitions in the Appliance Administration chapter. Updated the manual for Cisco UCS Standalone Rack Manager version 105, which includes a new known issue. 4/4/25 Doc Updates to the release notes site at https://docs.sciencelogic.com/release_notes_html/ Restorepoint MR20250331 was released with a substantial update to Administrative Domains. Release notes were added for Cisco UCS Standalone Rack Manager version 105.26Views0likes0CommentsThis week's updates to the Doc sites at docs.sciencelogic.com
3/21/25 Doc updates to the main docs site at https://docs.sciencelogic.com/ Updated the section on SL1 Self-Monitoring with revised instructions for creating and aligning credentials for monitoring SL1 devices. Added a sample credential to the Cisco: AppDynamics v105 PowerPack that includes CURL options for SSL verification, added a new threshold for the "Cisco: AppDynamics Application Discovery" Dynamic Application, and updated the the "Cisco: AppDynamics Application Discovery" run book action. Added the PowerFlow v3.1.1 manual. 3/21/25 Doc Updates to the release notes site at https://docs.sciencelogic.com/release_notes_html/ Added a sample credential to the Cisco: AppDynamics v105 PowerPack that includes CURL options for SSL verification, added a new threshold for the "Cisco: AppDynamics Application Discovery" Dynamic Application, and updated the the "Cisco: AppDynamics Application Discovery" run book action. Added the PowerFlow 3.1.1 release notes Added the PowerFlow powerflowcontrol (pfctl) Command-Line Utility 2.7.11 release notes19Views1like0CommentsThis week's updates to the Doc sites at docs.sciencelogic.com
3/14/25 Doc updates to the main docs site at https://docs.sciencelogic.com/ Updated the section on Updating SL1 to add recommended upgrade paths for SL1 12.3.2. Restorepoint added instructions for rotating back connection passwords and information about how those passwords are encrypted and stored. Update the Run Book Automation > Snippet Variables section with examples to use with Basic/Snippet credentials. 3/14/25 Doc updates to the release notes site at https://docs.sciencelogic.com/release_notes_html Added release notes for SL1 12.3.2, which includes several enhancements to Skylar AI, multiple package updates, and a change to schedule management. Restorepoint released both a hotfix and a maintenance release this week: MR20250311 addressed an issue with agent statuses not being reported. MR20250312 addressed several support defects for back connection password protocols, Full transcript settings, and missing back up files due to faulty archive restores.20Views1like0Comments