Dennis Camera
6db6dc4ac0
[explorer/disks] Add license header
5 years ago
Dennis Camera
1ef126e16f
[explorer/disks] Move xargs call to the bottom
5 years ago
Dennis Camera
d3bd2669ec
[explorer/disks] Support Linux without lsblk (fallback to sysfs)
5 years ago
Dennis Camera
c6aba8d189
[explorer/disks] Fix for NetBSD
...
When connecting over SSH and running /bin/sh, the PATH is missing sbin locations.
sysctl is located at /sbin/sysctl on NetBSD.
5 years ago
Dennis Camera
0d6bc8e8f8
[explorer/init] Make shellcheck happy
5 years ago
Dennis Camera
0d84c91b40
[explorer/init] Fix unique() for Solaris
5 years ago
Dennis Camera
364340c8d5
[explorer/init] Refactor and testing
5 years ago
Dennis Camera
d895bb0e87
[explorer/init] Clean up
5 years ago
Dennis Camera
21c9e3db18
[explorer/init] Support more init systems
5 years ago
Jin-Guk Kwon
28d3760e29
[cdist]Update os_version for alpine
5 years ago
Dennis Camera
984e0dc8c4
[explorer/os_release] Add fallbacks to /usr/lib/os-release and /var/run/os-release
5 years ago
Dennis Camera
4fe2dcba89
[explorer/init] Linux is a mess...
5 years ago
Dennis Camera
de1a421b68
[explorer/init] Support for Darwin and more BusyBox combinations
5 years ago
Dennis Camera
1bab641c94
[explorer/hostname] Do not shorten hostname in any case
6 years ago
Dennis Camera
f5342e9a35
[explorer/hostname] Remove code reading persistent hostname
6 years ago
Dennis Camera
81ba849af8
Move __hostname hostname explorer to global scope
6 years ago
Dennis Camera
fba14496e7
[explorer/os] Unquote values from os-release file
6 years ago
Dennis Camera
55f8036377
[explorer/interfaces] Always sort output
...
Before, only the output of ifconfig was sorted.
6 years ago
Takashi Yoshi
6dd5278ade
[explorer/init] Add support for OpenBSD
6 years ago
Darko Poljak
5314f514c5
Print empty disk list for unsupported OS
6 years ago
Darko Poljak
b5bdb54b7f
Currently support only Linux, FreeBSD, OpenBSD, NetBSD
...
Make no assumptions, but rather output that system is unsupported
and ask the user to add support for it.
6 years ago
Ander Punnar
ab3544d5e8
global interfaces explorer: only check if we have ip or ifconfig and be more compatible.
...
tests on debian, centos, freebsd, openbsd, netbsd and solaris confirm that this is enough and extra os check is not needed here.
6 years ago
Nico Schottelius
aba1ae68f0
[explorer] disks: use echo instead of find as fallback
...
Fixes #761
6 years ago
Ander Punnar
1c152f0acb
fix disks explorer ( #753 )
...
* fix disks explorer
* fix SC2230
* exclude floppies
* update comment about excluded floppies
* add link to linux documentation about device majors
* try to support netbsd
* update possible netbsd disk devices
6 years ago
Daniel Néri
dbcf7d5543
explorer/disks: Add support for OpenBSD
6 years ago
Daniel Néri
0fc64a951c
explorer/cpu_cores: Add support for OpenBSD
6 years ago
Darko Poljak
83806e767a
Disable SC1091 where appropriate.
7 years ago
Darko Poljak
c01cf38660
Fix SC2164
7 years ago
Jonas Weber
a6fdf4255a
Fix SC2069 (wrong stdout/stderr redirect order)
...
In the original order, stderr was connected to the old stdout
(terminal). This was _probably_ not intended. The new order fixes this
by first connecting stdout to /dev/null and then attaching stderr to
that as well.
7 years ago
Jonas Weber
ae7ccc5995
Fix SC2086 on all scripts
...
Relevant documentation: https://github.com/koalaman/shellcheck/wiki/SC2086
relates to: #540
This commit addresses 241 separate cases of missing quotes around
variables.
7 years ago
Thomas Eckert
085b2a2b10
remove `set -e` on explorers (they should be able to fail gracefully)
7 years ago
Thomas Eckert
a46da35bbc
fix SC2148 (missing shebang) and make executable
7 years ago
Thomas Eckert
134c84607f
fix another SC2166 (test `[ .. -a.. ]` replaced by `[ .. ] && ]`)
7 years ago
Darko Poljak
44acfcdd12
Fix SC2002
7 years ago
Darko Poljak
5ed95ce93b
Fix SC2005
7 years ago
Adam Dej
c2f8c7abb3
Add explorer for info in /etc/os-release
7 years ago
Kamila Součková
b695e82bec
FreeBSD improvements ( #651 )
7 years ago
uqam-fob
3b6a471119
explorer/memory: Support OpenBSD ( #602 )
...
Adds support to detect the amount of memory available on OpenBSD
systems.
7 years ago
Kamila Součková
da8f6efafc
fix explorer/os for devuan ascii ( #588 )
8 years ago
Sven Wick
ed55d01b35
Update machine_type ( #564 )
...
detect kvm on proxmox
8 years ago
Philippe Grégoire
ebe0c0d66d
make sure we continue on errors
8 years ago
Philippe Grégoire
5646a66f6c
explorer/init/Linux: replace ps by pgrep
...
BusyBox's version of ps does not support the -o option.
On Linux systems, use pgrep -P0 -l to get the name of
pid 1.
8 years ago
Philippe Grégoire
2b9bf3de24
replace grep+sed by awk
8 years ago
Philippe Grégoire
e88e9c357f
fix formatting
8 years ago
Philippe Grégoire
69c6de9f9c
explorer/os: get ID from /etc/os-release
...
/etc/os-release was introduced by systemd[1] and is now
more and more common; even on systems without systemd (e.g. lede).
In addition to detecting the OS based on specific attributes,
this file provides the ID marker to describe the OS.
This commit adds support for OS detection via /etc/os-release.
According to [2], it is already lowercase.
[1] http://0pointer.de/blog/projects/os-release
[2] https://www.freedesktop.org/software/systemd/man/os-release.html
8 years ago
Kamila Souckova
21a29ab5aa
add __go_get, __golang_from_vendor
8 years ago
Daniel Heule
bee5593570
use /etc/os-release instead of /etc/SuSE-release
9 years ago
Dmitry Bogatov
1875bce52e
Add support for guixsd into os explorer
9 years ago
Stu Zhao
a6643f0d7f
Explore machine type for virtualbox guest
9 years ago
Stephan Leemburg
9300eda3c6
Add scientific
9 years ago