Search found 14 matches

by gary80918
Thu May 21, 2020 4:12 pm
Forum: Nagios XI
Topic: Migrating servers from HPOM to NagiosXI (ncpa agent)
Replies: 1
Views: 295

Migrating servers from HPOM to NagiosXI (ncpa agent)

We recently obtained our licenses for NagiosXI and are ready to migrate a large number of servers (6000'ish) from HP Operations Manager to Nagios. Our intent is to use the ncpa agent as we have Red Hat Linux, SunOS, Windows and a few AIX servers. Due to the large number of servers we have, using a g...
by gary80918
Wed Mar 25, 2020 1:10 pm
Forum: Open Source Nagios Projects
Topic: Migrating Monitoring Configuration's to NagiosXI
Replies: 6
Views: 3457

Re: Migrating Monitoring Configuration's to NagiosXI

Thank you Gormank, There is to much customized monitoring in this environment. We can and intend on doing what you suggested with a standard build server. However, our environment has 100's of specialized app servers each one has a LOT of custom monitoring configurations. So.... Anyway, Box293 point...
by gary80918
Tue Mar 24, 2020 8:44 am
Forum: Open Source Nagios Projects
Topic: Migrating Monitoring Configuration's to NagiosXI
Replies: 6
Views: 3457

Re: Migrating Monitoring Configuration's to NagiosXI

Thank you, that was my intent. Was hoping for a command line way to do this. Looking at the API doc now.
by gary80918
Mon Mar 23, 2020 12:40 pm
Forum: Open Source Nagios Projects
Topic: Migrating Monitoring Configuration's to NagiosXI
Replies: 6
Views: 3457

Migrating Monitoring Configuration's to NagiosXI

We are in the procurement stage of migrating 8000 servers monitoring from HPOA to Nagios XI. During the migration process it is not reasonable to setup each server individually so per server I have all customized monitoring in csv format, example: Filesystem csv file: server123|Linux|Customer|in pro...
by gary80918
Fri Nov 15, 2019 11:59 am
Forum: Nagios XI
Topic: Monitoring VMware With Nagios XI
Replies: 28
Views: 4247

Re: Monitoring VMware With Nagios XI

Fixed, the problem was I did not have:

yum install openssl-devel

installed.
by gary80918
Fri Nov 15, 2019 10:34 am
Forum: Nagios XI
Topic: Monitoring VMware With Nagios XI
Replies: 28
Views: 4247

Re: Monitoring VMware With Nagios XI

Yes, that is my problem. I build in an online environment it works perfectly. I build in an offline environment it does not. Any ideas that could get me past the Crype::SSLeay? Right now (and not my favorite idea) I am thinking the best way to start our NAGIOS XI is to build it in an on line environ...
by gary80918
Wed Nov 13, 2019 1:45 pm
Forum: Nagios XI
Topic: Monitoring VMware With Nagios XI
Replies: 28
Views: 4247

Re: Monitoring VMware With Nagios XI

I think I got a little to verbal with the repo errors. They are fixed and unrelated. My problem still winds up at: Fetching with LWP: http://10.200.1.254/repo/cpan/CPAN/modules/03modlist.data.gz Reading '/root/.cpan/sources/modules/03modlist.data.gz' DONE Writing /root/.cpan/Metadata App::cpanminus ...
by gary80918
Tue Nov 12, 2019 11:37 am
Forum: Nagios XI
Topic: Monitoring VMware With Nagios XI
Replies: 28
Views: 4247

Re: Monitoring VMware With Nagios XI

It is at first it was not. Problem persists, and yes I do know and was using enablerepo=BLAH. All my repos (with the exception of the primary OS are set to disabled). [nagios-base] name=Nagios baseurl=http://IROCK/repo/NAGIOS/7/nagios-base/ enabled=0 gpgcheck=0 #gpgkey=file:///etc/pki/rpm-gpg/RPM-GP...
by gary80918
Mon Nov 11, 2019 5:50 pm
Forum: Nagios XI
Topic: Monitoring VMware With Nagios XI
Replies: 28
Views: 4247

Re: Monitoring VMware With Nagios XI

That seems to easy, to really be the problem. The only repo I am not yet “able/or sure how” to update is the nagiosxi repo. root@hpsatvld5302:~ # yum repolist Loaded plugins: langpacks repo id repo name status epel local files for EPEL repo RHEL 7Server-x86_64 13,454 nagios-base Nagios 96 nagiosxi-d...
by gary80918
Mon Nov 11, 2019 4:07 pm
Forum: Nagios XI
Topic: Monitoring VMware With Nagios XI
Replies: 28
Views: 4247

Re: Monitoring VMware With Nagios XI

I am SysAdmin for this server. Any help you can provide to me would be greatly appreciated. A little history on our proposed (not yet implemented) Nagios environment is this, we are in an offline environment. So either replicate the software repositories using reposync or rsync, or I install stuff 1...