Skip to content

Commit 6eea3be

Browse files
committed
Windows installer API is now used. Added System.IsRestartPending metric
1 parent b931144 commit 6eea3be

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

admin/appendix.rst

+13
Original file line numberDiff line numberDiff line change
@@ -6872,6 +6872,18 @@ Parameters:
68726872
Average number of write operations per second on specific device for last minute
68736873

68746874

6875+
System.IsRestartPending
6876+
~~~~~~~~~~~~~~~~~~~~~~~
6877+
6878+
Data type: Integer
6879+
6880+
Supported Platforms: Windows
6881+
6882+
Indicator of pending system restart. Returns 1 when there are pending file
6883+
renaming or deletion operations that cannot be immediately completed by the
6884+
system because the files are currently in use.
6885+
6886+
68756887
System.IsVirtual
68766888
~~~~~~~~~~~~~~~~
68776889

@@ -6881,6 +6893,7 @@ Supported Platforms: Windows, Linux, Solaris, AIX, HP-UX, FreeBSD, NetBSD, OpenB
68816893

68826894
Virtual system indicator. Returns 1 if system is virtual, 0 if not.
68836895

6896+
68846897
System.KStat(*)
68856898
~~~~~~~~~~~~~~~
68866899

admin/package-manager.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ The following types of package files are supported by package management:
5858
by agent. ``${file}`` macro will be replaced by actual file name.
5959
* - Windows Installer Package
6060
- .msi
61-
- `Command` contains additional parameters passed to msiexec.exe
61+
- `Command` contains additional parameters passed to Windows installer API
6262
* - Windows Installer Patch
6363
- .msp
64-
- `Command` contains additional parameters passed to msiexec.exe
64+
- `Command` contains additional parameters passed to Windows installer API
6565
* - Windows Update Package
6666
- .msu
6767
- `Command` contains additional parameters passed to wusa.exe

0 commit comments

Comments
 (0)