With ITMS 8.7.3 Release, the following was introduced:
|
Package Server Health
|
Administrators can now see the amount of disk usage and free disk space on each package server within the ITMS console. Previously, this functionality was only available by remotely logging in to each package server to view such information.
|
ITMS 8.7.3
The following improvements were added in order to report "Disk Usage(GB)" and "Free Space(GB)" information.
<PSInformation UNC="true" HTTP="true" HTTPS="true" diskSizeMB="243571" diskSizeUsedByPSMB="646" freeSpaceMB="61285"/>With our ITMS 8.7.3 release, some improvements were added regarding our Package Servers Health Status.
The managed system now reports "Disk Usage (GB)" and "Free Space (GB)" information through several improvements:
- PSInformation Section:
- Package Servers (PS) now include an additional "PSInformation" section in their reports.
- This section contains attributes providing details about the Package Server, such as:
- UNC, HTTP, and HTTPS status
- diskSizeMB (total disk size in MB)
- diskSizeUsedByPSMB (disk space used by the PS in MB)
- freeSpaceMB (free disk space in MB)
- Example: <PSInformation UNC="true" HTTP="true" HTTPS="true" diskSizeMB="243571" diskSizeUsedByPSMB="646" freeSpaceMB="61285"/>
- Data Transmission:
- This information is transmitted whenever a "summary" type event is sent.
- Summary events are triggered in the following scenarios:
- When a new package arrives.
- When an existing package's content or size changes.
- When a user manually initiates package validation.
- When the PS policy changes in a way that prompts package recalculation or revalidation.
- When the "Resend all statuses" command is executed.
- Alerting and Thresholds:
- Two new registry entries have been introduced:
- "Disk Free Space Alert Critical (MBytes)"
- "Disk Free Space Alert Warning (MBytes)"
- Based on these values, the Symantec Management Agent UI will display alerts for critical or warning levels of free disk space.
- If the "critical" value is set to 0, the corresponding PackageDelivery analogue value will be used.
- A "situation resolved" event is displayed once any active error or critical alerts are no longer present.
- Message Sending Frequency:
- Messages from the Package Server are sent when:
- The "batch" amount is reached (default: 1000 events, configurable via "MaxPackageEventsPerMessage" registry entry).
- The sending interval has passed (default: 1 hour, configurable via "MessageFlushInterval (min)" registry entry).
- Potential Delays:
Delays in reflecting this information could be due to:
- NSE processing on the server.
- Infrequent changes or additions of packages on the Package Server.
- Intended Purpose:
This functionality is designed to provide administrators with key information regarding the health of each package server, rather than serving as a real-time "monitor" of its operational state.
These are the different areas where those improvements were introduced: