mirror of
https://github.com/Pardus-LiderAhenk/lider-ahenk-docs.git
synced 2024-11-09 17:42:22 +03:00
commit
6e6e2a8f45
3 changed files with 45 additions and 0 deletions
|
@ -6,6 +6,21 @@ You can see the information of the servers by adding your servers in the server
|
|||
|
||||
You can see the information about the machines you added as follows. On the listing page; It contains the IP address, operating system information, machine status, and machine details. User logs include the machine name, uptime, and your description. Disk, ram and cpu information of the machine is also included.
|
||||
|
||||
**Osquery Kurulum:**
|
||||
Osquery is an open source system administration tool. With Osquery, you can collect information about your computer using the SQL-based query language.
|
||||
|
||||
If the osquery package is not available on your operating system, you need to download and install the osquery package;
|
||||
|
||||
- wget https://pkg.osquery.io/deb/osquery_4.6.0-1.linux_amd64.deb
|
||||
- sudo dpkg -i osquery_4.6.0-1.linux_amd64.deb
|
||||
|
||||
If you have the Osquery package on your computer;
|
||||
|
||||
- sudo apt update
|
||||
- sudo apt install osquery
|
||||
|
||||
This is how Osquery is installed for Debian-based operating systems.
|
||||
|
||||
[![Sunucu Bilgileri List](../images/serverInformations/serverInformationsList.png)](../images/serverInformations/serverInformationsList.png)
|
||||
|
||||
When the ssh connection and Osquery are installed on the added machine, the details section is as follows.
|
||||
|
|
|
@ -7,6 +7,21 @@ Sunucu bilgileri kısmında sunucularınızı ekleyerek sunucuların bilgilerini
|
|||
Eklediğiniz makinelere ait bilgileri aşağıdaki gibi görebilirsiniz. Makinelere ait
|
||||
listeleme ekranında; ip adresi, işletim sistemi bilgisi, makinenin durumu ve makineye ait detaylar bulunuyor. Kullanıcı loglarında ise makinenin ismi, uptime süresi ve açıklamanız yer almaktadır. Makinenin disk, ram ve cpu bilgileride bulunmaktadır.
|
||||
|
||||
**Osquery Kurulum:**
|
||||
Osquery, açık kaynaklı sistem yönetimi aracıdır. Osquery ile sql tabanlı sorgulama dilini kullanarak bilgisayarınız hakkında bilgi toplayabilirsiniz.
|
||||
|
||||
Osquery paketi işletim sisteminizin üzerinde yoksa osquery paketini indirip kurmanız gerekmektedir;
|
||||
|
||||
- wget https://pkg.osquery.io/deb/osquery_4.6.0-1.linux_amd64.deb
|
||||
- sudo dpkg -i osquery_4.6.0-1.linux_amd64.deb
|
||||
|
||||
Bilgisayarınızda Osquery paketi mevcutsa;
|
||||
|
||||
- sudo apt update
|
||||
- sudo apt install osquery
|
||||
|
||||
Debian tabanlı işletim sistemleri için Osquery kurulumu bu şekildedir.
|
||||
|
||||
[![Sunucu Bilgileri List](../images/serverInformations/serverInformationsList.png)](../images/serverInformations/serverInformationsList.png)
|
||||
|
||||
Eklenilenilen makinede ssh bağlantısı ve Osquery kurulu olduğunda aşağıdaki gibi detaylar bölümü yer almaktadır.
|
||||
|
|
|
@ -7,6 +7,21 @@ Sunucu bilgileri kısmında sunucularınızı ekleyerek sunucuların bilgilerini
|
|||
Eklediğiniz makinelere ait bilgileri aşağıdaki gibi görebilirsiniz. Makinelere ait
|
||||
listeleme ekranında; ip adresi, işletim sistemi bilgisi, makinenin durumu ve makineye ait detaylar bulunuyor. Kullanıcı loglarında ise makinenin ismi, uptime süresi ve açıklamanız yer almaktadır. Makinenin disk, ram ve cpu bilgileride bulunmaktadır.
|
||||
|
||||
**Osquery Kurulum:**
|
||||
Osquery, açık kaynaklı sistem yönetimi aracıdır. Osquery ile sql tabanlı sorgulama dilini kullanarak bilgisayarınız hakkında bilgi toplayabilirsiniz.
|
||||
|
||||
Osquery paketi işletim sisteminizin üzerinde yoksa osquery paketini indirip kurmanız gerekmektedir;
|
||||
|
||||
- wget https://pkg.osquery.io/deb/osquery_4.6.0-1.linux_amd64.deb
|
||||
- sudo dpkg -i osquery_4.6.0-1.linux_amd64.deb
|
||||
|
||||
Bilgisayarınızda Osquery paketi mevcutsa;
|
||||
|
||||
- sudo apt update
|
||||
- sudo apt install osquery
|
||||
|
||||
Debian tabanlı işletim sistemleri için Osquery kurulumu bu şekildedir.
|
||||
|
||||
[![Sunucu Bilgileri List](../images/serverInformations/serverInformationsList.png)](../images/serverInformations/serverInformationsList.png)
|
||||
|
||||
Eklenilenilen makinede ssh bağlantısı ve Osquery kurulu olduğunda aşağıdaki gibi detaylar bölümü yer almaktadır.
|
||||
|
|
Loading…
Reference in a new issue