I am evaluating Nagios xi for a large install and have a question on installing the Linux agent on a SuSe 10 server. Can anyone tell me the best way to modify the scripts in the linux-nrpe-agent folder on the client to install the client on the SuSE box? Since we do not use yum, the scripts will not work and not sure if all of the required rpms are the same for SuSE as for RH.
Thanks,
Steve
Nagios xi Linux Agent Help for Suse 10
-
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
Re: Nagios xi Linux Agent Help for Suse 10
We haven't yet tried a SuSE installation, so it will be a bit of a "document as you go" thing at this time. We are looking to add to our list of supported platforms for the Agent all the time though, so hopefully this will be easier in the future.
-
- Posts: 18
- Joined: Thu Jun 24, 2010 12:40 pm
Re: Nagios xi Linux Agent Help for Suse 10
Hey Tony ,
Thanks for the reply...
Guess that kinda puts a damper on testing Nagios xi to buy for a 7000 client SuSE environment
Thanks for the reply...
Guess that kinda puts a damper on testing Nagios xi to buy for a 7000 client SuSE environment
-
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
Re: Nagios xi Linux Agent Help for Suse 10
Indeed it does. I'm not sure if you are the prospective client we were talking about earlier this week or a separate one, but we were looking at getting into this soon for precisely that reason. Do you have a particular timeframe you need to work within? (Obviously the sooner the better, but if you have any specific constraints to share that would be good to know.) Certainly we can let you know when some progress is made for SuSE support.
-
- Posts: 972
- Joined: Mon Feb 15, 2010 2:23 pm
Re: Nagios xi Linux Agent Help for Suse 10
The Agent has been tested and used on almost every platform, just think it works on HPux, Sun, AIX... So you are not going to have a hard time putting it on any form of Linux, including SUSE.
Though we haven't tested it or documented it since we started documenting and testing things in January.
Though we haven't tested it or documented it since we started documenting and testing things in January.
-
- Posts: 972
- Joined: Mon Feb 15, 2010 2:23 pm
Re: Nagios xi Linux Agent Help for Suse 10
The current agent is NRPE, born 1999, and is widely used and tested by Nagios Core users(the Free GNU Stuff).
-
- Posts: 18
- Joined: Thu Jun 24, 2010 12:40 pm
Re: Nagios xi Linux Agent Help for Suse 10
I have used core for a bit, we have built a small Nagios 3.X environment here. When we started talking about replacing our current monitoring solution, Nagios was/is a front line option for that. Core works great but we wanted to test xi to see if would be better for our situation.
I assume that since we had SuSE clients running on 3.x, I could use the 3.x linux client ( just NRPE correct? ) but I assume this would not give me full xi usability unless there is some manual config I could do in xi.
As far as time frame, I would expect us to have a solution in place ( at least rolling out) no later than the end of the year.
Thanks again for the prompt replies,
Steve
I assume that since we had SuSE clients running on 3.x, I could use the 3.x linux client ( just NRPE correct? ) but I assume this would not give me full xi usability unless there is some manual config I could do in xi.
As far as time frame, I would expect us to have a solution in place ( at least rolling out) no later than the end of the year.
Thanks again for the prompt replies,
Steve
-
- Posts: 18
- Joined: Thu Jun 24, 2010 12:40 pm
Re: Nagios xi Linux Agent Help for Suse 10
BTW Tony,
We may be the client you spoke about. I was speaking earlier this week for a while with Ethan Galstad from sales.
Steve
We may be the client you spoke about. I was speaking earlier this week for a while with Ethan Galstad from sales.
Steve
-
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
Re: Nagios xi Linux Agent Help for Suse 10
The Nagios xi "Agent" is actually just a collection of other things, most of which overlap with Nagios Core, yes. Specifically:
NRPE (same package as used with core)
NSCA (not actually used, but shipped - will be replaced with something else soon anyway)
Nagios Plugins (same as used with core)
Extra Plugins (this part is different - there are a handful of plugins used by a few of our wizards that aren't currently in the standard nagios-plugins package)
Default configuration files for some of the above, including some modifications specific to our wizards
Automagic installation scripts to put all of that in place
Pretty much any system with Apache, PHP, Perl, and a C compiler should be able to handle it; it's just a question of whether things are automatic or not. If you already know how to install NRPE and the stock Nagios Plugins on your system, along with the pre-requisites (Apache, PHP, Perl modules, etc.), then you're 90% of the way there, and just need to copy in the extra plugins (I think all of those are Perl, so don't even need to be compiled), and the configuration file modifications. If you don't know how to do the first part, hopefully we can document that - I'm downloading an openSuSE DVD right now to fuss with.
NRPE (same package as used with core)
NSCA (not actually used, but shipped - will be replaced with something else soon anyway)
Nagios Plugins (same as used with core)
Extra Plugins (this part is different - there are a handful of plugins used by a few of our wizards that aren't currently in the standard nagios-plugins package)
Default configuration files for some of the above, including some modifications specific to our wizards
Automagic installation scripts to put all of that in place
Pretty much any system with Apache, PHP, Perl, and a C compiler should be able to handle it; it's just a question of whether things are automatic or not. If you already know how to install NRPE and the stock Nagios Plugins on your system, along with the pre-requisites (Apache, PHP, Perl modules, etc.), then you're 90% of the way there, and just need to copy in the extra plugins (I think all of those are Perl, so don't even need to be compiled), and the configuration file modifications. If you don't know how to do the first part, hopefully we can document that - I'm downloading an openSuSE DVD right now to fuss with.
-
- Posts: 972
- Joined: Mon Feb 15, 2010 2:23 pm
Re: Nagios xi Linux Agent Help for Suse 10
For xi there is a linux wizard that populates hosts and services, as you know with NRPE you configure service/command names.
Nagios xi just needs the correct config(names must match, though I guess the commands could be configured differently) for NRPE to work, the check plugins are also the same.
Nagios xi just needs the correct config(names must match, though I guess the commands could be configured differently) for NRPE to work, the check plugins are also the same.