Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Value UPTIME_HOURS (\d+)
Value UPTIME_MINUTES (\d+)
Value UPTIME_SECONDS (\d+)
Value VERSION (.+)
Value BUILD_TIME ([A-Za-z]{3}\/\d{1,2}\/\d{4} \d{2}:\d{2}:\d{2})
Value BUILD_TIME (\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}|[A-Za-z]{3}\/\d{1,2}\/\d{4} \d{2}:\d{2}:\d{2})
Comment thread
mjbear marked this conversation as resolved.
Outdated
Value FACTORY_SOFTWARE (\S+)
Value FREE_MEMORY (\d+\.\d{1}(K|M|G)iB)
Value TOTAL_MEMORY (\d+\.\d{1}(K|M|G)iB)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
uptime: 7w5d6h42m45s
version: 7.16.1 (stable)
build-time: 2024-10-10 14:03:32
factory-software: 6.41.3
free-memory: 178.4MiB
total-memory: 256.0MiB
cpu: MIPS 1004Kc V2.15
cpu-count: 4
cpu-frequency: 880MHz
cpu-load: 1%
free-hdd-space: 5.5MiB
total-hdd-space: 16.0MiB
write-sect-since-reboot: 12691
write-sect-total: 576299
architecture-name: mmips
board-name: hEX S
platform: MikroTik
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
parsed_sample:
- architecture_name: "mmips"
bad_blocks: ""
board_name: "hEX S"
build_time: "2024-10-10 14:03:32"
cpu: "MIPS 1004Kc V2.15"
cpu_count: "4"
cpu_frequency: "880MHz"
cpu_load: "1%"
factory_software: "6.41.3"
free_hdd_space: "5.5MiB"
free_memory: "178.4MiB"
platform: "MikroTik"
total_hdd_space: "16.0MiB"
total_memory: "256.0MiB"
uptime: "7w5d6h42m45s"
uptime_days: "5"
uptime_hours: "6"
uptime_minutes: "42"
uptime_seconds: "45"
uptime_weeks: "7"
version: "7.16.1 (stable)"
write_sect_since_reboot: "12691"
write_sect_total: "576299"
Loading