Hello all,
My scenario is;
I monitor approx 80 schools. I want a report of a school's server availability M-F, 6:00 am thru 5:00 pm. I have a custom property set up called "Server" and and have assigned it to all servers in the network.
However, this report should not include times when the school's edge device is down. I have created a custom property called "Schools_Edge_Device" and assigned it to the appropriate device at each school.
We group schools by SNMP location. We currently do not have SNMP enabled on the services. I believe any answer that I receive here in this forum will require SNMP to be enable on the server so that Location fields can be compared but I will leave that to you experts.
The current filter results are:
Select records where all of the following apply
Records where Server is equal to Yes
Records where Day of Week is not equal to Saturday
rds where Day of Week is not equal to Sunday
Records where Time of Day is greater than 0600
Records where Time of Day is less than 1700
Any help on how I can filter out times when the schools edge device (that matches the schools server) is down?