Kusto filter only app logs *

How to get or filter only applications logs, the quick and dirty way. I did not find any information about how to only show application logs and exclude the Azure environment logs, but they are a big part of the (in this case the function) application. The filter used here is for the keywords from […]

Bear market’s

10 Things You Should Know About Bear Markets (hartfordfunds.com) We define a bear market as a decline of 20% or more over a period of at least two months. If this was followed by a 20% rise over a period of at least two months we considered a subsequent fall of 20% or more as […]

Azure Function Python step 7 debug*

hm Not much in Log stream Open the live metrics from Log Stream and do a request Trace Exception while executing function: Functions.GetCoinStatus <— Result: Failure Exception: ModuleNotFoundError: No module named ‘CoinWorker’. Cannot find module. Please check the requirements.txt file for the missing module. This is not a module it is the function folder. requirements.txt […]

Zabbix API

quickguides/zabbix/pythonZabbixApi/README.md at main · spawnmarvel/quickguides · GitHub def connect_zabbix(self): def get_all_hosts(self): Run method. You know the drill, view the repos.

urllib Package

HOWTO Fetch Internet Resources Using The urllib Package — Python 3.12.2 documentation Example API quickguides/zabbix/pythonZabbixApi/run_urllib.py at main · spawnmarvel/quickguides · GitHub

Why?

This is a Tor Exit Router

A sample Prometheus and Grafana stack

repos learning-docker/prod-ish/prometheus at main · spawnmarvel/learning-docker · GitHub NSG for inbound Grafana Prometehus Python client http server, run.py

Zabbix in a nutshell

repos quickguides/zabbix/README_nutshell.md at main · spawnmarvel/quickguides · GitHub Install (all on one host) quickguides/zabbix/host_1/README.md at main · spawnmarvel/quickguides · GitHub Open NSG 22, 80. First apache http://ip Then Zabbix http://ip/zabbix add user, pass etc Trigger dependency Alerts Make alert i.e send v = 5 Trigger dependency Restore back to non alert state and create a […]