Skip to content
  • There are no suggestions because the search field is empty.

Is there a way to see the date a device was added to Statseeker?

You can check when the first recorded ping time was via the command line.

The example below shows getting the first poll time for ping for a device called “some-rtr”.

statseeker$ echo -e "showpolltime on\nget some-rtr::ping_rtt:0" | nim-cfg

some-rtr::ping_rtt:0 tsg,u8,r60 1714221753 8394932

1714221753 is the date in unix epoch format.

You can convert this to standard time with the date command with the -r option:

statseeker$ date -r 1714221753

Sat Jun 27 22:42:33 AEDT 2024