Files
scripts-conlxsyslog03/root/observium/scriptlongdown.sql
conetadm 5718e70f15 init
2024-11-14 21:11:06 +01:00

2 lines
208 B
SQL

select `port_id`, `ignore`, `ifOperStatus`, `ifLastChange`, TIMESTAMPDIFF(SECOND, `ifLastChange`, NOW()) diff from ports where `ifOperStatus`='down' and TIMESTAMPDIFF(SECOND, `ifLastChange`, NOW())>'259200';