mirror of
https://github.com/rvalitov/zabbix-php-fpm.git
synced 2023-11-05 03:30:27 +01:00
[add] show host info
This commit is contained in:
parent
388eef5b61
commit
94f3af4599
@ -98,6 +98,11 @@ getAnyPort() {
|
||||
}
|
||||
|
||||
oneTimeSetUp() {
|
||||
echo "Host info:"
|
||||
nslookup localhost
|
||||
sudo ifconfig
|
||||
sudo cat /etc/hosts
|
||||
|
||||
echo "Copying Zabbix files..."
|
||||
#Install files:
|
||||
sudo cp "$TRAVIS_BUILD_DIR/zabbix/zabbix_php_fpm_discovery.sh" "/etc/zabbix"
|
||||
|
Loading…
Reference in New Issue
Block a user