forked from networktocode/ntc-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix time capture and handle 'under a minute' times in Aruba show syst…
…em (issue#1837) (networktocode#1858)
- Loading branch information
Showing
7 changed files
with
67 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Hostname : 6300 | ||
System Description : FL.10.10.1070 | ||
System Contact : | ||
System Location : | ||
|
||
Vendor : Aruba | ||
Product Name : JL664A 6300M 24G 4SFP56 Swch | ||
Chassis Serial Nbr : xxxxxxxxxx | ||
Base MAC Address : 001122-334455 | ||
ArubaOS-CX Version : FL.10.10.1070 | ||
|
||
Time Zone : America/Edmonton | ||
|
||
Up Time : 2 weeks, 22 hours under a minute | ||
CPU Util (%) : 8 | ||
Memory Usage (%) : 25 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
parsed_sample: | ||
- base_mac: "001122-334455" | ||
contact: "" | ||
hostname: "6300" | ||
location: "" | ||
product: "JL664A 6300M 24G 4SFP56 Swch" | ||
serial: "xxxxxxxxxx" | ||
time_zone: "America/Edmonton" | ||
uptime_days: "" | ||
uptime_hours: "22" | ||
uptime_minutes: "" | ||
uptime_weeks: "2" | ||
vendor: "Aruba" | ||
version: "FL.10.10.1070" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Hostname : 6300 | ||
System Description : FL.10.10.1070 | ||
System Contact : | ||
System Location : | ||
|
||
Vendor : Aruba | ||
Product Name : JL664A 6300M 24G 4SFP56 Swch | ||
Chassis Serial Nbr : xxxxxxxxxx | ||
Base MAC Address : 001122-334455 | ||
ArubaOS-CX Version : FL.10.10.1070 | ||
|
||
Time Zone : America/Edmonton | ||
|
||
Up Time : 12 weeks, 13 days, 14 hours, under a minute | ||
CPU Util (%) : 8 | ||
Memory Usage (%) : 25 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
parsed_sample: | ||
- base_mac: "001122-334455" | ||
contact: "" | ||
hostname: "6300" | ||
location: "" | ||
product: "JL664A 6300M 24G 4SFP56 Swch" | ||
serial: "xxxxxxxxxx" | ||
time_zone: "America/Edmonton" | ||
uptime_days: "13" | ||
uptime_hours: "14" | ||
uptime_minutes: "" | ||
uptime_weeks: "12" | ||
vendor: "Aruba" | ||
version: "FL.10.10.1070" |