Skip to content
Daily IT Help

My daily IT journal

  • Programming
  • Monitoring
  • Azure
  • Splunk
  • About me
  • Programming
  • Monitoring
  • Azure
  • Splunk
  • About me
  • General

    Azure Monitor: List all resource groups with their subscription

    May 23, 2024 - By itdoctor

    Login portal.azure.com , click on Resources Graph and run this query: resourcecontainers | where type == 'microsoft.resources/subscriptions/resourcegroups' | project name,…

    Read More
  • General

    Splunk: List all saved search

    May 23, 2024 - By itdoctor

    | rest /servicesNS/-/-/saved/searches splunk_server=local

    Read More
  • General

    Curl: * OpenSSL/3.0.11: error:0A000152:SSL routines::unsafe legacy renegotiation disabled

    May 20, 2024 - By itdoctor

    * TLSv1.3 (OUT), TLS handshake, Client hello (1):* TLSv1.3 (IN), TLS handshake, Server hello (2):* TLSv1.2 (OUT), TLS alert, handshake…

    Read More
  • General

    Guardicore: the last stand

    May 16, 2024 - By itdoctor

    I recently upgraded my python to newer version and realized that my script to connect one Mongo DB server not…

    Read More
  • General

    PHP8: LDAP SSL failed

    May 16, 2024 - By itdoctor

    Upgrading my container image from PHP7 to PHP8.2.4 , all the ext library seems the same, but when my ldap_bind…

    Read More
  • General

    Azure Monitor: List all action groups having pagerduty integration

    May 15, 2024 - By itdoctor

    resources| where type contains "actiongroups"   | where properties.webhookReceivers[0].serviceUri contains "pagerduty"

    Read More
  • General

    Splunk: sendemail command send search result to email

    May 10, 2024 - By itdoctor

    I have some troubles with email sent from Splunk with some Alerts, debugging this takes a lot of time, i…

    Read More
  • General

    Docker: can’t run some services using /etc/init.d/script ,”-x” flag in bash

    May 8, 2024 - By itdoctor

    I build a docker image, everything runs well on my dev machine. But when i deploy the images to my…

    Read More
  • General

    Telegraf: inputs.exec exit code

    May 2, 2024 - By itdoctor

    When we configure inputs.exec , your program/bash script must have exit code 0. If it’s not 0 , telegraf will…

    Read More
  • General

    Python: Setting Timeout in Oracle function – cx_Oracle.connect

    May 1, 2024 - By itdoctor

    self.connection = cx_Oracle.connect( args.user, args.password, args.dsn) To fix this , create an environment TNS_ADMIN and save file sqlnet.ora , add…

    Read More
 Older Posts
Newer Posts 

Categories

  • Apple
  • Azure
  • Database
  • General
  • Linux
  • Marketing
  • Monitoring
  • Networking
  • Phone
  • Programming
  • Splunk
  • Windows
Graceful Theme by Optima Themes