PDA

View Full Version : inetd.conf file location


rusavolk
22-02-2005, 23:53
I know some people will think that I am a total down but I can still not find the inetd.conf file in /misc/ directory.

Steps I went through.

1. I untared the zabbex-1.1alpha5.tar.gz to /usr/local/src/ directory.

2. The mysql database creation staff went without a glitch.


3. I copied the /usr/local/src/zabbix-1.1alpha5/misc/conf/ directory to /usr/zabbix directory.

4. Now I am looking for inetd.conf file in /misc/ directory but I can not find it.

Can somebody give me an insight where I could find it? I looked around, no success.

Any help would be greatly appreciated.

I hear that zabbix works great, and I want to try it too!

Thank you

cooper
23-02-2005, 04:50
rusavolk,
Ok, I guess it helps if i read the message subject rather than just glance at it. I thought you were looking for init.d rc scripts. I see now that you are looking for inetd.conf. There is no inetd.conf file included with the source. You need to edit your own to make inetd listen on 10001 and hand to agentd. I would just suggest you run agentd. That way you dont even need inetd.

Sorry for the prior confusion


cooper

cooper
23-02-2005, 14:45
I edited the previous post. Bump!

rusavolk
24-02-2005, 18:30
Cooper,
Thank you for the reply,
i appreciate the help.