my wish list

Need new test, action, option? Post request here.
Post Reply
William
Posts: 5
Joined: Mon Sep 26, 2016 12:05 am

my wish list

Post by William »

Hello team
here is my wish list

william



Virtualization:
Citrix XenServer - check host or virtual machines like CPU usage, memory, network traffic, disk usage ,....
Qnap virtualization Statio server - this is becomming huge nowerdays ... Please create checks for host virtual machines like CPU usage, memory, network traffic, disk usage ,....
Nimboxx VERDE check - checks host or gold images ,monitors CPU usage, memory, network traffic, disk ,.....

Environmental:
somekind of switch check like door open door closed , i know you support Sensatronics devices , please support more than only this device.
Serial Device - checks a device connected and can communicate via a serial COM1 , COM2 , ... port.

IP-related:
SCP server - checks the SCP server in any way
TFTP check - checks for file existence on the TFTP server

Windows client and server:
Citrix/ICA - checks the availability of a Citrix server
MS BizTalk , MS SharePoint Server, MS Exchange Server , MS Forefront , MS IIS Server , MS Index Server - monitors the status of these servers and it monitors these services, processes and relevant performance counters
MS Terminal Server (Remote desktop services) - check the availability of an MS Terminal Server (or RD) and monitors active sessions, inactive sessions and total number of sessions
Citrix/XenApp - checks the availability of a Citrix XenApp server
MS ISA Server - monitors the status of the caching component and/or firewall component of an ISA Server
Anti-Virus or Anti-Spam - checks status and version (like McAfee enterprise) of anti-virus software on a workstation and server
Windows Defender - monitors the status of a Windows Defender server and it monitors the Windows Defender services, processes and relevant performance counters.
Removable Drives - checks if there are unwanted removable drives inserted on domain computers , handy also for Windows Remotedesktop services
Windows User and groups - checks users groups and group membership
MS Dynamics AX/NAV/CRM - monitors the status of an MS Dynamics server and it monitors the Dynamics services, processes and relevant performance counters
(This can be MS Dynamics AX, MS Dynamics NAV and MS Dynamics CRM. )
menno
Posts: 158
Joined: Fri May 21, 2010 1:27 am

Post by menno »

hi team

i very like this option also

Code: Select all

MS Terminal Server (Remote desktop services) - check the availability of an MS Terminal Server (or RD) and monitors active sessions, inactive sessions and total number of sessions 
thanks
Menno
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Defender
You may use WMI test to check Windows Defender
namespace: Root\Microsoft\Windows\Defender
WQL: select AntivirusEnabled from MSFT_MpComputerStatus
or
- select AntispywareEnabled from MSFT_MpComputerStatus
- select RealTimeProtectionEnabled from MSFT_MpComputerStatus

Exchange
You may use WMI test (for old Exchange) and Performance Counter test
E.g. https://technet.microsoft.com/en-us/lib ... .150).aspx

Citrix XenServer
Its possible to enable SNMP agent but we cannot find any useful MIB files/manual, not sure what info can be collected by SNMP.
Will check some other options.

Nimboxx VERDE
Cannot find any useful tech details. How it can be checked? Can you point us into right direction?

>somekind of switch check like door open door closed , i know you support Sensatronics devices , please support more than only this device.
What exactly device do you use?

Microsoft products
You may use existing test methods - CPU Usage, Memory, Dominant Process, NT Event Log, WMI and Performance Counters.
E.g. Microsoft recommendations for MS SharePoint Server
https://technet.microsoft.com/en-us/lib ... 58658.aspx

Windows User and groups
Not sure what exactly do you want to check?
- user account is enabled?
- user account belongs to some specific group?

>Removable Drives - checks if there are unwanted removable drives inserted on domain computers , handy also for Windows Remotedesktop services
Do you need to check for some specific removable media/drive (e.g. some specific disk can be connected but trigger Bad status if any other disk conneected to the server)?

Regards
Alex
Post Reply