Hi
Could it be possible to show the ports last state change on the port overview page?
Something like Port up/down since 2015/08/04 09:33 Port up/down for 1d 3h 10m 30s
Maybe as a new column or right below the port's description?
Andre Geißler
Hi Andre,
Please create a Jira ticket for this.
I'm not sure how accurate the information would be, since the devices don't return it, but we can probably track oper/admin state and attach a time to it.
adam.
On 06/08/2015 08:48:25, Andre Geißler andre@geisslermail.de wrote: Hi
Could it be possible to show the ports last state change on the port overview page?
Something like Port up/down since 2015/08/04 09:33 Port up/down for 1d 3h 10m 30s
Maybe as a new column or right below the port's description?
Andre Geißler _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hi Adam
How can I create a Jira ticket?
For me it looks like some devices actually return such information. From Windows Systems I don't get any sensefull results when asking for IF-MIB::ifLastChange. Result is always "Timeticks: (0) 0:00:00.00" HP and Cisco Switches/Routers answers are like "Timeticks: (257016860) 29 days, 17:56:08.60" with different results on ports on one switch.
Andre
Hi Andre,
Please create a Jira ticket for this.
I'm not sure how accurate the information would be, since the devices don't return it, but we can probably track oper/admin state and attach a time to it.
adam.
On 06/08/2015 08:48:25, Andre Geißler <andre at geisslermail.de http://postman.memetic.org/cgi-bin/mailman/listinfo/observium> wrote: Hi
Could it be possible to show the ports last state change on the port overview page?
Something like Port up/down since 2015/08/04 09:33 Port up/down for 1d 3h 10m 30s
Maybe as a new column or right below the port's description?
Andre Geißler
If ifLastChange is reliable, we should already have that available in the database.
adam. On 06/08/2015 09:12:54, Andre Geißler andre@geisslermail.de wrote: Hi Adam How can I create a Jira ticket? For me it looks like some devices actually return such information. From Windows Systems I don't get any sensefull results when asking for IF-MIB::ifLastChange. Result is always "Timeticks: (0) 0:00:00.00" HP and Cisco Switches/Routers answers are like "Timeticks: (257016860) 29 days, 17:56:08.60" with different results on ports on one switch. Andre Hi Andre, Please create a Jira ticket for this. I'm not sure how accurate the information would be, since the devices don't return it, but we can probably track oper/admin state and attach a time to it. adam. On 06/08/2015 08:48:25, Andre Geißler <andre at geisslermail.de [http://postman.memetic.org/cgi-bin/mailman/listinfo/observium%5D%3E wrote: Hi Could it be possible to show the ports last state change on the port overview page? Something like Port up/down since 2015/08/04 09:33 Port up/down for 1d 3h 10m 30s Maybe as a new column or right below the port's description? Andre Geißler
We have this in the database, BUT it has an automatic modify by mysql for any update we do so it's always set to the latest row update.
If you decide to change this behaviour, make sure to adapt the housekeeping deleted ports script, as this relies on the last change made to the database for that row.
Tom
On 2015-08-06 10:13, Adam Armstrong wrote:
If ifLastChange is reliable, we should already have that available in the database.
adam.
On 06/08/2015 09:12:54, Andre Geißler andre@geisslermail.de wrote:
Hi Adam
How can I create a Jira ticket?
For me it looks like some devices actually return such information. From Windows Systems I don't get any sensefull results when asking for IF-MIB::ifLastChange. Result is always "Timeticks: (0) 0:00:00.00" HP and Cisco Switches/Routers answers are like "Timeticks: (257016860) 29 days, 17:56:08.60" with different results on ports on one switch.
Andre
Hi Andre, Please create a Jira ticket for this. I'm not sure how accurate the information would be, since the devices don't return it, but we can probably track oper/admin state and attach a time to it. adam. On 06/08/2015 08:48:25, Andre Geißler <andre at geisslermail.de <http://postman.memetic.org/cgi-bin/mailman/listinfo/observium>> wrote: Hi Could it be possible to show the ports last state change on the port overview page? Something like Port up/down since 2015/08/04 09:33 Port up/down for 1d 3h 10m 30s Maybe as a new column or right below the port's description? Andre Geißler
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I doublechecked that and changed the description for a port which caused a change in the DB row. But the ifLastChange didn't change. Did I miss the point?
That's fine for me and I added ifLastChange to Port Basic Overview. That works for me.
We have this in the database, BUT it has an automatic modify by mysql for any update we do so it's always set to the latest row update.
participants (3)
-
Adam Armstrong
-
Andre Geißler
-
Tom Laermans