You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After rebooting the Oxidized, the last backup collection state, backup time are reset and it is shown that the backup copy was never made.
And the Oxidized starts to go through all the hosts again.
This is very inconvenient when using the API, although backups were collected earlier.
Hello.
After rebooting the Oxidized, the last backup collection state, backup time are reset and it is shown that the backup copy was never made.
And the Oxidized starts to go through all the hosts again.
This is very inconvenient when using the API, although backups were collected earlier.
Example: all host how status: "never"
{
name: "Some_host",
full_name: "Gorup/Some_host",
ip: "10.255.254.64",
group: "Gorup",
model: "IOS",
last: null,
vars: null,
mtime: "unknown",
status: "never",
time: "never"
},
Maybe it's worth adding saving this state somewhere or rereading the repository on the date of the last commit?
The text was updated successfully, but these errors were encountered: