Sponsored Content
Operating Systems Linux Debian Gkrellm Linux HD Monitor needs a hddtemp deamon ? Post 302998301 by Zabo on Monday 29th of May 2017 05:45:33 PM
Old 05-29-2017
Debian Gkrellm Linux HD Monitor needs a hddtemp deamon ?

Hi ,
i have enclosed a picture of gkrellm configuration.
MX16 Debian Jessie Linux.

For showing the temperature the software needs a hddtemp daemon running on port 7634 !

How to make that daemon ?

A cool task. I dont know anything about that.

Perhaps the commandline tool hddtemp is sending the data over port 7634 on the computer.

Can someone help ?

WBR
Mennohexo
Image
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Linux: monitor memory used for network buffers

/proc/net/sockstat has mem value, Is it memory used for network buffers? Is it KB or MB? $ cat /proc/net/sockstat sockets: used 8278 TCP: inuse 1090 orphan 2 tw 18 alloc 1380 mem 851 UDP: inuse 6574 RAW: inuse 1 FRAG: inuse 0 memory 0 or any other command to montior network... (3 Replies)
Discussion started by: honglus
3 Replies

2. Linux

Internet Usage Monitor for Linux

I have installed Ubuntu and i want to monitor the internet usage. Is there any software for linux for monitoring the internet usage? (preferabaly opensource) (1 Reply)
Discussion started by: vkca
1 Replies

3. Shell Programming and Scripting

Need help on Linux script to monitor hard drive space

I'm new to Linux and have very limited experience with shell scripts in general. I am taking a class and I have to research online and come up with a shell script that monitors disk space. I also have to be able to explain it line by line. I've researched various sites and came across this shell... (3 Replies)
Discussion started by: wgreg23
3 Replies

4. Emergency UNIX and Linux Support

RHEL/Linux Small Monitor

Hi, I'm using RHEL 4.5, and currently due to some special circumstances that required me to use this small monitor about 7" The problem is while using this monitor with windows, the monitor able to show the graphic/view.. but while using redhat it unable to detect. This monitor has no... (7 Replies)
Discussion started by: flekzout
7 Replies

5. AIX

how to monitor deamon processes

we have several deamon processes which were killed for some unknown reasons. we have to bring the deamon back manually everytime. Deamons running on 2 identical instances. It is ok on one instance but be killed 3 or 4 times a day on another. Any idea how to monitor it? like who/how the processes be... (3 Replies)
Discussion started by: hamiltonhall
3 Replies

6. Programming

Tools to monitor system performance in Android or linux

Hi, May i know the tools which will give the below details in a consolidated fashion for some 'X' duration in single and multicore processors, 1) How many times and how long scheduler code and kernel threads are executing ? 2) Details about each process, time spent in each state (run, wait... (0 Replies)
Discussion started by: tkarthi85
0 Replies

7. Shell Programming and Scripting

Please help me to monitor cpu usage vmstat in Redhat Linux .

Hi , Please some one help me How to write a shell script to monitor cpu usage vmstat in Redhat linux . Thanks, (4 Replies)
Discussion started by: saanvi
4 Replies

8. Linux

Linux Total Processes - Why monitor it?

Hi Guys, Monitoring 'Total Processes' on Linux servers has been always something you 'should' do. My question is - why? Is it relevant anymore? If you monitor memory and cpu params, you have a pretty good idea about what's going on. Is the number of processes really matter? Thanks (1 Reply)
Discussion started by: DjDeaf
1 Replies

9. Post Here to Contact Site Administrators and Moderators

Need script to monitor open file in Linux

Kindly advice with shell script to monitor open file in linux, if the open file count is greater then 5000 then send me an email.. command : lsof | wc -l (0 Replies)
Discussion started by: adminhelp
0 Replies

10. UNIX for Advanced & Expert Users

How to find out and monitor IO spikes history in Linux?

hello all i have application which according to AWS monitoring is reaching to high spikes of IO at random time . and causing the server to crash and restart . my question is how can i find out what cause the spike and if i can't with the native linux tools what free open source minimon... (6 Replies)
Discussion started by: umen
6 Replies
gkrellmd(1)							   User's Manual						       gkrellmd(1)

NAME
gkrellmd - The GNU Krell Monitors Server SYNOPSIS
gkrellmd [ --help ] [ --verbose ] [ -u | --update-hz N ] [ -m | --max-clients N ] [ -P | --port N ] [ -a | --allow-host hostname ] DESCRIPTION
gkrellmd Listens for connections from gkrellm clients. When a gkrellm client connects to a gkrellmd server all builtin monitors collect their data from the server. However, the gkrellm process is running on the local machine, so any enabled plugins will run in the local context (Flynn is an example exception to this since it derives its data from the builtin CPU monitor). Also, any command launching will run commands on the local machine. There is no support for file system mounting and local mailbox checking on the machine where the gkrellmd server is running. OPTIONS
-h --help Displays usage information and exits. -v --version Prints gkrellmd version and exits. -V --verbose Prints connection progress. -u, --update-hz f Sets the data update frequency in samples per second for the server. This is independent of and should be less than the gkrellm client update rate. The rate can be from 1 to 10 and should be lower to minimize network traffic. A value of not much more than 1/2 the client update rate is best where it is not important to minimize network traffic. -m, --max-clients N Sets the maximum number of simultaneous clients allowed to connect to the server. -P, --port server_port Use server_port for the network connection. -a, --allow-host hostname Specify hosts which are allowed to connect. Multiple allow-host arguments may be given. If no hosts are specified on the command line or in a gkrellmd.conf file, then all hosts are allowed to connect. Also, if hostname is the keyword ALL then all hosts are allowed. This option is additive and specified hosts will be added to the hostnames listed in gkrellmd.conf files unless the --clear-hosts option is given first. -c, --clear-hosts Clears the current list of allowed hosts. Use this before any --allow-host arguments if you want command line allowed hosts to override and not be additive to those specified in gkrellmd.conf files. FILES
/etc/gkrellmd.conf System server config which is read first. The config file may contain lines similar to the command line args. For example: allow-host localhost allow-host 127.0.0.1 port 19150 max-clients 2 update-hz 2 /usr/local/etc/gkrellmd.conf Local server config file which is read second. ~/.gkrellmd.conf User server config file which is read last. With the exception of --allow-hosts, command line args will override options in gkrellmd.conf files. AUTHOR
Bill Wilson <bill@gkrellm.net>. http://www.gkrellm.net/ GNU
/Linux July 24, 2002 gkrellmd(1)
All times are GMT -4. The time now is 07:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy