I need to monitor iis app pools using itrs geneos and solution was to use the toolkit plugin to run a powershell script to run get -iisapppool and pipe the results to a csv for itrs to read. Works fine but my issue is i have some app pools running and some down on same server. I cant write a rule to differentiate as they all have startup mode of on demand.
I do the same for windows services but the rule works as i can say status is started and startup mode ia automatic=green or status is stopped and startup mode is manual = red. I cant think of a iis equivalent. i need to include those down as we can stop and start on different servers Any ideas? or is there an alternative way to monitor the app pools.