Search found 4 matches
- Fri Feb 03, 2012 5:32 am
- Forum: Open Source Nagios Projects
- Topic: Multiple instances f same nagios processes
- Replies: 6
- Views: 1897
Re: Multiple instances f same nagios processes
We use SMF to manage the nagios start/stop and that menifest has following entry to start and stop /reuters/etc/smf_nagios start /reuters/etc/smf_nagios stop I checked that radmin has owner of this file and directory. file /reuters/etc/smf_nagios actually calls the following command : /usr/local/nag...
- Tue Jan 31, 2012 2:37 am
- Forum: Open Source Nagios Projects
- Topic: Multiple instances f same nagios processes
- Replies: 6
- Views: 1897
Re: Multiple instances f same nagios processes
Thanks for reply !
Nagios is installed in radmin account i.e everything is done/managed by radmin.
We do not have other user who is owning any nagios process.
BR,
Anurag
Nagios is installed in radmin account i.e everything is done/managed by radmin.
We do not have other user who is owning any nagios process.
BR,
Anurag
- Mon Jan 30, 2012 3:11 am
- Forum: Open Source Nagios Projects
- Topic: Multiple instances f same nagios processes
- Replies: 6
- Views: 1897
Re: Multiple instances f same nagios processes
Hi, that was typing mistake, it has only one '-d' : /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg I got your point that it forks other subprocesses. But why my other nagios setups do not show such behaviour. Is their any setting which activate such behaviour ? PS ! Everything is f...
- Fri Jan 27, 2012 9:16 am
- Forum: Open Source Nagios Projects
- Topic: Multiple instances f same nagios processes
- Replies: 6
- Views: 1897
Multiple instances f same nagios processes
Hi, We have Nagios core 3.0 running in one of the local zones of solaris 10 machine ( on sparc). I noticed that as soon as I start the Nagios process by following command : /usr/local/nagios/bin/nagios -d -d /usr/local/nagios/etc/nagios.cfg I see that it has spawned many processes: ( which I verify ...