LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Zabbix is running many processes on my server (https://www.linuxquestions.org/questions/linux-server-73/zabbix-is-running-many-processes-on-my-server-4175492131/)

akamel 01-22-2014 04:16 AM

Zabbix is running many processes on my server
 
Dears,

I've installed zabbix agent on my server, but I'm observing many processes running ~ 2000 . How can I stop this behavior?

Habitual 01-22-2014 06:48 AM

zabbix-agent on a zabbix-server?

version?

akamel 01-22-2014 07:25 AM

Zabbix2.2.1

[root@sygmabill ~]# rpm -qa | grep zabbix
zabbix-2.2.1-1.el5


Samples:-
zabbix 4875 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4876 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4877 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4878 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4879 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4880 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4881 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4882 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4883 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4884 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4885 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4886 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4887 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4888 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4889 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4890 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4891 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4892 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4893 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4894 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4895 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4896 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4897 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4898 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4899 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22
zabbix 4900 0.0 0.0 1708 92 pts/1 S+ 10:17 0:00 ./ssh scan.log pass 3 5 1000 vuln 22

Habitual 01-22-2014 07:44 AM

I asked 2 questions.
If you want my help, please be polite and answer them.

Never mind. - I won't help. Sorry.

akamel 01-22-2014 07:54 AM

Sorry for that!

Those processes are running over agent server

Zabbix version 2.2.1

Appreciate your help.

akamel 01-23-2014 12:56 PM

Any thoughts please?

Habitual 01-23-2014 02:16 PM

Code:

ps aux | grep zabbix_server
should show you something.

Code:

lsof -p <pid> | less
on any of those "zabbix 4900" PIDs
will show you some further details.

sanitize and post your /etc/zabbix/zabbix_server.conf file for review.

TB0ne 01-23-2014 02:37 PM

Quote:

Originally Posted by akamel (Post 5102862)
Sorry for that!
Those processes are running over agent server
Zabbix version 2.2.1

..and...
Quote:

Originally Posted by akamel
Any thoughts please?

You don't answer questions when you were asked, then you come back and bump your own thread? Bumping your own thread is fairly rude, especially when we have to ask for more information. Also you don't tell us what version/distro of Linux you're using, what kind of hardware, if this is a new problem/new installation, etc. And how many other systems are you monitoring with this Zabbix server? Made any changes recently?

fattabiouni 03-25-2014 10:13 PM

hi there, i am new to zabbix...
im try to draw a map in zabbix server...then using map monitoring, when i click to detect OS, this statements appeared:

sudo: sorry, you must have a tty to run sudo

how do i solve this? ididn't install zabbix in my ubuntu, but im just using zabbix server online..

thank you in advance..

TB0ne 03-26-2014 08:44 AM

Quote:

Originally Posted by fattabiouni (Post 5141309)
hi there, i am new to zabbix...
im try to draw a map in zabbix server...then using map monitoring, when i click to detect OS, this statements appeared:

sudo: sorry, you must have a tty to run sudo

how do i solve this? ididn't install zabbix in my ubuntu, but im just using zabbix server online..
thank you in advance..

You need to read the LQ Rules and posting guidelines first. You have re-opened an old thread, then you hijacked it with your own question; neither of which are good things. Open your own thread for your own question, which you have NEVER seem to have done yet.

Second, when you DO go open your own thread, you need to supply DETAILS. Things like version/distro of Linux, version of Zabbix, where you're getting that message, etc. Shot in the dark: you're trying to run a terminal-process from a web-browser, and sudo isn't set up to work like that. Run the process from a terminal window.

And did you try putting that error into Google first? Maybe checking the Zabbix forums/documentation????
https://www.zabbix.com/forum/showthread.php?t=39667

fattabiouni 04-09-2014 07:42 PM

zabbix
 
sorry for the interrupt, i thought i cannot open a new thread.

thank you in advance for the advice


All times are GMT -5. The time now is 02:52 PM.