![](https://secure.gravatar.com/avatar/eedcea4d4a01ec6af3ec19e510621d23.jpg?s=120&d=mm&r=g)
Howdy all
I have a steelhead that is showing “Degraded” status in Observium due to a power supply issue.
In Observium I can see the status “degraded” at this location:
https://observium/device/device=12/tab=health/metric=status/id=123/
I can also see that the status changed 8 days ago.
DB sample:
<!-- - Database: 'observium' --> <database name="observium"> <!-- Table status --> <table name="status"> <column name="status_id">123</column> <column name="status_deleted">0</column> <column name="device_id">12</column> <column name="poller_type">snmp</column> <column name="status_oid">.1.3.6.1.4.1.17163.1.1.2.7.0</column> <column name="status_mib">NULL</column> <column name="status_object">NULL</column> <column name="status_index">systemHealth.0</column> <column name="status_type">steelhead-system-state</column> <column name="status_descr">System Health</column> <column name="entPhysicalIndex">NULL</column> <column name="entPhysicalClass">chassis</column> <column name="entPhysicalIndex_measured">NULL</column> <column name="measured_class">NULL</column> <column name="measured_entity">NULL</column> <column name="status_ignore">0</column> <column name="status_disable">0</column> </table> <!-- Table status-state --> <table name="status-state"> <column name="status_id">123</column> <column name="status_value">30000</column> <column name="status_polled">1468819524</column> <column name="status_last_change">1468104632</column> <column name="status_event">alert</column> <column name="status_name">degraded</column> </table> </database>
I am trying to set up an alert in Observium such that when a device status / System Health changes I am notified. Is there a way to access values from status-state table in setting up alerts?
Thanks