Monitor per user RDS licenses usage.
转到文件
George Mocanu 5d53d70f71 Add Win 2012 plugins and group allrds files in one folder. Modify check file. Update man and install instructions. 2015-02-04 19:01:10 +02:00
agents/windows/plugins/rds_licenses Add Win 2012 plugins and group allrds files in one folder. Modify check file. Update man and install instructions. 2015-02-04 19:01:10 +02:00
checkman Add Win 2012 plugins and group allrds files in one folder. Modify check file. Update man and install instructions. 2015-02-04 19:01:10 +02:00
checks Add Win 2012 plugins and group allrds files in one folder. Modify check file. Update man and install instructions. 2015-02-04 19:01:10 +02:00
web/plugins/wato Initial commit. 2015-02-02 09:41:00 +02:00
LICENSE Initial commit 2015-02-02 09:27:37 +02:00
README.md Add Win 2012 plugins and group allrds files in one folder. Modify check file. Update man and install instructions. 2015-02-04 19:01:10 +02:00
info Initial commit. 2015-02-02 09:41:00 +02:00
rds_licenses-1.1.mkp Add Win 2012 plugins and group allrds files in one folder. Modify check file. Update man and install instructions. 2015-02-04 19:01:10 +02:00

README.md

check_mk-rds_licenses

Monitor per user RDS licenses usage.

The check for rds licenses usage is based on folowing plugins: - rds_licenses_2008.ps1 - rds_licenses_2012.ps1 - elevate_shell.ps1 If the Windows Server is 64 bit version the agent for x64 must be installed.

Install procedure: On Windows 2008 Server: copy the rds_licenses_2008.ps1 file in plugins directory of check_mk agent folder. On Windows 2012 Server: copy the elevate_shell.ps1 into plugins directory of check_mk agent folder and the rds_licenses_2012.ps1 into check_mk agent folder. The elevate_shell.ps1 will elevate de privileges for running rds_licences_2012.ps1 and the user which run check_mk agent must have the rights to "run as administrator".