Skip to content
View isaqueprofeta's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report isaqueprofeta

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
isaqueprofeta/README.md
  • Old CCNA currently working with security integrations
  • I worked with Zabbix for a bunch of time (I'm a ZCP4.0)
  • I'm a Grafana Champion helping at oficial communities (Forum and Slack) and also at Brazil's Telegram group
  • Slowly and steady learning good pratices for development with python
  • pt_BR - Curso com 40 aulas de Grafana para Zabbix no YouTube
  • pt_BR - Artigos técnicos no Medium

Pinned Loading

  1. zabbix-lab zabbix-lab Public

    Simple docker monitoring lab with Zabbix, PostgreSQL, PGAdmin, Zapix, Grafana and Mailhog

    Python 28 17

  2. cybersec-path cybersec-path Public

    Path "Zero to Hero" "No Bull$h1t" em Segurança Cibernética

    128 20

  3. gvm-vagrant gvm-vagrant Public

    GVM/Openvas vulnerability scanner in Alpine with Vagrant

    4 4

  4. pylineup pylineup Public

    A framework to do some python scripting with somethin better than crontab for queue and scheduling.

    Python 3 1

  5. custom_login_grafana.md custom_login_grafana.md
    1
    ### Customização da tela de Login do Grafana
    2
    
                  
    3
    Customização gráfica do Grafana, testada para as versões 7.x. É necessário editar o código fonte original fazer as alterações desejadas e refazer a minificação do JavaScript da aplicação do Grafana em ambiente de desenvolvimento para então copiar os mesmos para produção.
    4
    
                  
    5
    Preferencialmente é indicado usar uma VM Linux (o tutorial está usando um Ubuntu 20.04) para o ambiente de desenvolvimento descrito abaixo.
  6. Usando a API do zabbix rapidamente e... Usando a API do zabbix rapidamente em python
    1
    ### Instalar Python e o Pip:
    2
    ```sh
    3
    sudo apt-get install python3 python3-pip
    4
    ```
    5