The purpose of this project is to show how to use WMI and Grafana to build an Active Directory dashboard. The Python script uses the linux wmic client you can find here The software requirements are the following : a
I have written a Python script to get information from a Citrix Netscaler appliance using SNMP and visualize them with Grafana. The SNMP data is retrieved with the snmpwalk tool. The dashboard looks like this : The software requirements are
I have written a Python script to get some Citrix performance data and use it to create graph with Grafana. The result looks like this : The Python script uses the linux wmic client you can find here The software
pyNmonAnalyzer is a tool for parsing and reshuffeling nmon’s output into “normal” csv format. Nmon puts out a long file with a system-info header at the beginning, followed by a continuous stream of time stamped readings. This format makes it
Bind : Monitor performances With this project, you will have, for free, a way to track your Bind DNS server performances. This solution is based on the following products : RRDtool Highcharts Here is the logical architecture : This is