You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Can I have scripts/Metrics for Windows clients in Grafana § CPU utilization § File System utilization § System messages (ex. Errors in /var/log/messages) Any critical errors reported in logs § Disk INODE utilization § System process monitoring (ex. Set of services on a server if they are running or not) Alarm if services are not running. (edited) (edited)
For Memory I got this executed fine : 100 * (windows_os_physical_memory_free_bytes{instance=~"$instance"}) / windows_cs_physical_memory_bytes{instance=~"$instance"}