Skip to main content

Questions tagged [monitoring]

Obtaining real-time values of system parameters or events (processor load, server responsiveness, intrusion attempts, …), or getting alerted when certain events happen

Filter by
Sorted by
Tagged with
0 votes
1 answer
173 views

Yesterday I upgraded a VM (with very limited disk space) from Debian/bookworm to the shiny new Debian/trixie. One of the changes introduced was setting the frequency of status printout in syslog-ng to ...
umläute's user avatar
  • 6,734
4 votes
2 answers
257 views

On Linux, it's possible to disable overcommitting memory which makes it behave like Windows, in that malloc() will fail once all physical memory is used up. As explained in this insightful and good ...
E. K.'s user avatar
  • 153
0 votes
0 answers
23 views

Prometheus, Loki and Promtail have been updated. Its Silence policy doesn't work anymore and alerts continues sent to the appropriate chat.
palmasd1's user avatar
  • 127
0 votes
0 answers
39 views

I utilize Mate's Hardware Sensor Monitor, and it shows the following for my device: What does each label refer to? What temperatures are considered dangerous?
SpreadingKindness's user avatar
4 votes
1 answer
447 views

I have a folder on my RHEL 9 server that gets deleted every few days, but I don’t know which process or user is responsible. I’d like to log all events related to this folder, particularly deletions. ...
executable's user avatar
0 votes
0 answers
66 views

When moving from md-raid to btrfs raid, I am missing one feature from mdadm.conf: PROGRAM /sbin/mdadm-alert.sh This will trigger a script on any md-raid issues or important events. I use this in ...
gcb's user avatar
  • 953
1 vote
1 answer
51 views

How can I utilize the RS485 port of Epever XTRA (and possibly also Tracer) series solar charge controller? I'd like to use it for monitoring as well as for easy parameter modification. The system ...
Jaroslav Kucera's user avatar
0 votes
1 answer
243 views

How can I view the objects that are removed from the varnish cache in real-time? I know that I can monitor for PURGE events using varnishlog, and I know that I can monitor varnishstat to see the ...
Michael Altfield's user avatar
0 votes
0 answers
121 views

I have root access to a Linux system and need to log processes without installing any additional software, using only built-in tools like top. However, I want the process to run in the background ...
Akhil Akkapelli's user avatar
1 vote
1 answer
150 views

I'd like to have a record of which processes are using the network and when on my Linux server. Most tools I see (nethogs, iftop, etc.) are designed to only show what's happening right now on the ...
Jez's user avatar
  • 1,036
1 vote
1 answer
133 views

I would like to find the parent process for a large amount of small child processes performing small IO operations. For example, consider the following python script: import os import time import ...
emandret's user avatar
  • 233
0 votes
1 answer
264 views

I'm trying to capture raw/binary Ethernet traffic from my interface, so I can parse it using C. I don't want to parse any PCAP headers. I would prefer without the preamble and end bytes, but it's okay ...
intrigued_66's user avatar
-6 votes
1 answer
450 views

There is no basic tool for Linux distributions for getting data rate or summary of data input/output for a directory (on a Linux filesystem). What is the percentage difference between a listed file ...
beyondtime's user avatar
1 vote
1 answer
198 views

I'm currently investigating why I didn't get notified about a high memory utilization on one RHEL server from dynatrace. When checking the graphs of memory usage, both sar and dynatrace show different ...
VaTo's user avatar
  • 3,268
0 votes
1 answer
1k views

I'm facing an issue with my MT7601U network adapter on Linux. Although I've successfully entered monitor mode, I'm encountering difficulties capturing handshakes and discovering devices in the network/...
Mike Walter's user avatar
0 votes
1 answer
551 views

I'm new to Kali Linux, in theory my laptop suports wifi monitor mode (Microsoft Network 3.4) but when i installed kali linux (pre-built) on VirtualBox and went through the options it was not showing ...
Natanael Gonzalez's user avatar
1 vote
0 answers
30 views

The LED lights for an external SSD connected via USB to a Linux Mint box indicate data transfer every 00:06:15 (6 mins 15 secs), despite no user applications (and possibly no processes) accessing the ...
Amazon Dies In Darkness's user avatar
1 vote
1 answer
283 views

I'm searching for a tool to remotely monitor systemd services. This would be used to monitor an embedded device running Linux 5.15. Access to device would be through network interface. There is access ...
Kalle's user avatar
  • 83
0 votes
0 answers
123 views

My CentOS server compromised, the backdoor uploaded in /var/www/html/, I have deleted the backdoor and browsed the backdoor - to be sure it's deleted - it's surly deleted, but when I run any command ...
Dany Burgos's user avatar
0 votes
3 answers
65 views

I have got a lightweight service like 2MB binary, that runs on user units but I have running like 120 similar services but using a slightly different config on each service. I would like to monitor ...
Casper Netherlands's user avatar
0 votes
2 answers
7k views

I want to poll every few minutes if an external web server is reachable from the Linux server. Assume the server is 10.20.30.40. I'm following this guide. https://www.baeldung.com/linux/hosts-network-...
achhainsan's user avatar
0 votes
1 answer
120 views

atop shows total CPU time since the last reboot. How can I have it persist across reboots?
wdkmaaeo's user avatar
2 votes
2 answers
569 views

On top (of the default layout) I have the CPU graph box. The title line of this box says on the left : "cpu", "menu", "preset 0", and on the right : BAT○ 98%, and 2000ms. ...
lofi's user avatar
  • 41
0 votes
1 answer
2k views

In intel_gpu_top 1.27.1 CLI output, contrary to previous releases detailed in Get output from intel_gpu_top as variable in bash there are two values for each of frequency and power: intel-gpu-top: ...
Alban Browaeys's user avatar
0 votes
1 answer
46 views

I am trying to figure out for different workloads (CPU intensive, high DB IOPs etc), which compute series of cloud VM would be ideal. In order to do that I need to be able to get the CPU utilisation. ...
user14013917's user avatar
0 votes
0 answers
103 views

I'm working on a kernel-level device driver that sends requests to an underlying piece of hardware. Those requests have a fixed length and a given layout (including multiple fields with encoded values,...
ismarlowe's user avatar
0 votes
0 answers
145 views

For the past few days I've been trying to monitor my local network to look for new device connections. At first I thought of arpwatch, but if I'm not mistaken, it is worthless if not running on the ...
eXtremeDevil's user avatar
0 votes
1 answer
401 views

htop 3.2.2 running as a regular user only shows I/O rates (IO_RATE/IO_READ_RATE/IO_WRITE_RATE) for some processes and "N/A" for others. Running as root shows I/O for all processes. How can I ...
genpfault's user avatar
  • 337
0 votes
0 answers
116 views

How can I record and view cumulative CPU time on system across reboots? Essentially, it should be like the TIME+ column of top, but not per process. In other words, like vnstat, but for CPU time. I am ...
wjwrpoyob's user avatar
  • 460
0 votes
1 answer
415 views

I am using FreeBSD on a personal desktop computer, and a nvidia GTX 1650 GPU. In my gnome system monitor (similar to task manager of MS Windows), I am able to monitor all the resources, including all ...
rohit4444's user avatar
0 votes
1 answer
215 views

I have a second hard drive which has the following structure: $ tree -L 1 . ├── Documents ├── Music ├── Pictures └── Videos I want to monitor these folders for changes and, if any, create a symlink ...
telometto's user avatar
  • 2,221
0 votes
1 answer
47 views

I would like to know how to set an alert on our monitoring tool, Whenever there is an update availbale for centos7 kernel version in Redhat site or in centos site..
ganesh koormapu's user avatar
0 votes
2 answers
110 views

I have an offline system (a robot running Ubuntu, not connected to any network) I want to monitor the resource usage over time (mainly CPU and memory). I am used to Influx and Prometheus and i was ...
Hugal31's user avatar
  • 225
1 vote
1 answer
524 views

runsvdir: UNIX init scheme with service supervision from runit is a nice tool to re-run some service(s) if it dies. It monitor a directory for changes, inotify like. It execute scripts in directories ...
Mévatlavé Kraspek's user avatar
1 vote
0 answers
1k views

I'm looking for the meaning of the node_sockstat_TCP_mem_* metrics. The output of the node exporter describes them as follows: # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE ...
Emmanuel's user avatar
  • 4,257
0 votes
1 answer
593 views

Is there a simple method to check file changes in subfolders? I have folder SSLcerts with subfolders SiteNameXYZ. Every subfolder consists pack of cert-files. Ideally, I need a script that will ...
Alexander Dyadyun's user avatar
1 vote
1 answer
3k views

I found an interesting article that describes how to simulate network issues (like lost packets) on a linux server. On an Ubuntu test VM, I checked which interface is used for internet connectivity, ...
BMBM's user avatar
  • 147
0 votes
0 answers
417 views

Running powertop 2.8 doesn't give power estimate. It is a battery powered device (not a laptop though). Have run powertop enough number of times. (how many times is enough though?) Host OS: centos 8, ...
darntoodles's user avatar
0 votes
0 answers
50 views

Currently, I'm using nrpe to monitor clients using Nagios but when nrpe goes down then all the stat goes to an unknown state which causes it difficult to monitor critical alerts... What and how should ...
user561715's user avatar
2 votes
0 answers
836 views

Is there a GUI linux application that shows per mounted disk i/o transfer rate in a graphic? (Like gnome-system-monitor do for the swap mount but for each mounted drive) I'm looking for an application ...
user avatar
0 votes
1 answer
350 views

Lately I needed to be able to run a script in the background and monitor its output from another machine. For this reason I was able to use this command: $ nohup ./rsync.sh > ./output.txt This is ...
Martin Zeltin's user avatar
0 votes
1 answer
1k views

My question is similar to this: how to find URLs accessed by a process I don't care about what is transmitted, but from where it is downloaded. I need to specify to the security department which URLs ...
david.perez's user avatar
0 votes
0 answers
65 views

I'm trying to create a bash script that at a certain time finds me a "bad", which is associated with a machine and a service. It turns out that from that time on I wanted to find the ...
ValeT's user avatar
  • 1
1 vote
1 answer
390 views

Environment Debian Linux 11.5 "bullseye" Conky 1.11.6 (compiled 2020-08-17, package 1.11.6-2) Xorg 1.20.11 (package 2:1.20.11-1+deb11u2) FVWM version 3 release 1.0.5 (built from git ...
Ben Scott's user avatar
  • 218
0 votes
2 answers
751 views

I've read through how to monitor AWS EC2 file system changes using the Linux Audit system, and that all makes sense. I've also looked through the RHEL audit system documentation. I don't want to have ...
Matt's user avatar
  • 101
2 votes
3 answers
1k views

My business purpose is to monitor the remote file system on Linux, and if there are any new files, SFTP them to another machine and delete them. However, the limitation is that I cannot install any ...
user275616's user avatar
0 votes
1 answer
5k views

After running (1)sudo airmon-ng check list and (2)airmon-ng start <Iface>. I cannot come back to the original managed mode of the wifi interface. I am currently using: Kali 2022.3. (1). Kill any ...
A.Casanova's user avatar
1 vote
0 answers
254 views

I'm trying to understand how often hwmon attributes/sensors are read/updated. A hwmon driver can have the HWMON_C_UPDATE_INTERVAL attribute, but it looks like that is just a way to expose the update ...
aggieNick02's user avatar
2 votes
1 answer
361 views

# hddtemp /dev/sda: DELL PERC H740P Adp: S.M.A.R.T. not available /dev/sdb: DELL PERC H740P Adp: S.M.A.R.T. not available # smartctl --scan smartctl --scan /dev/sda -d scsi # /dev/sda, SCSI device /...
ron's user avatar
  • 9,184
0 votes
1 answer
31 views

I once had this package called specto, that would monitor a website for changes. Now, it seems to be missing in Debian 11: ▶sudo apt install specto Reading package lists... Done Building dependency ...
Lonnie Best's user avatar
  • 5,465

1
2 3 4 5
16