About 50 results
Open links in new tab
  1. How to check syslog in Bash on Linux? - Stack Overflow

    May 20, 2011 · In C we log this way: syslog( LOG_INFO, "proxying %s", url ); In Linux how can we check the log?

  2. How to configure logging to syslog in Python? - Stack Overflow

    Oct 19, 2010 · Where are you checking your syslog messages? SysLogHandler () emits those messages to udp socket in port 514 in localhost.

  3. Is there a way to monitor syslog in realtime from a C++ application ...

    Dec 17, 2021 · This message literally floods the syslog repeating itself hundreds of times. My application needs to intercept this message as soon as possible and perform some actions such as release …

  4. Syslog real-time monitoring with Python - Stack Overflow

    Jan 21, 2014 · Syslog real-time monitoring with Python Asked 11 years, 11 months ago Modified 7 years, 10 months ago Viewed 9k times

  5. How can i monitor syslog messages in c# console app with TCP

    Mar 17, 2010 · In my application, i need to monitor all messages sent by syslog. I've tried with UDP, but after one message, i didn't respond anymore (no error, just no heads up anymore). And setting up a …

  6. How do I use Nagios to monitor a log file - Stack Overflow

    We are using Nagios to monitor our network with great success. However, we have a syslog for critical application errors and while I set up check_log, it doesn't seem to work as well as monitering a

  7. How to collect SSH logs from Azure VM and push it to log analytics ...

    Jan 6, 2023 · Diagnostics settings will store the auth logs in the selected storage account :- Click Save. Reference:- Enable VM insights in the Azure portal - Azure Monitor | Microsoft Learn Collect Syslog …

  8. Log Analytics for Linux Virtual Machine Scale Set not working

    Mar 24, 2023 · location = data.azurerm_resource_group.example.location resource_group_name = data.azurerm_resource_group.example.name } #rest of code This created workspace but did not …

  9. c# - Syslog heartbeat and monitoring - Stack Overflow

    Nov 24, 2015 · Does anybody know how or even if, since I can't locate much on it, syslog offers any heartbeat mechanism? I'm specifically thinking about how to monitor the devices that offer up syslog …

  10. SSH "Login monitor" for Linux - Stack Overflow

    Jan 13, 2009 · Paul Tomblin has the right suggestion. Set up logging in your sshd_config to point to a syslog facility that you can log separately: => see man 3 syslog for more facilities. Choose one like …