I have written several months ago a post on how to install the wmic command on a linux system. Some additional steps are required now to get the wmic command on an Ubuntu 16.04 LTS server. Description Windows Management Instrumentation
eZ Server Monitor (eSM) is a lightweight and simple dashboard for Linux machine. Two versions are available : a web and a shell version. The features: System eZ Server Monitor Web – System In System block, the datas about the
This solution will help you to track Active Directory failed authentication requests. It is based on two “modules” : Task scheduled triggered by event ID Splunk for visualization Splunk The first step is to have a running Splunk system. You
The purpose of this tutorial is to help you to configure the following components : bind : configure statistics influxdb : time series database collectd-proxy : program written in Go that will act as a gateway between collectd and influxdb
I have written a bash script based on the wmic tool (available here / procedure here) to check the status of the Active Directory replication between my domain controllers. The script performs these steps : list the domain controllers hostname+ip
No problem to find the largest top 10 files and directories on a UNIX system with this command : du -hsx * | sort -rh | head -10 Output : 536G home 1.3G usr 1.2G var 756M lib 123M boot
The wmic command on Linux : the main tool I’m using to monitor my Active Directory forest. This tool and the right bash shell script will give you the key to live monitor your Active Directory environment with low costs.
This PHP script can retrieve a filesystem information through SSH using these steps : launch an SSH connection to a remote server execute through SSH a “df” command display the results using graph bars This code was initially designed to