Search found 15 matches
- Wed Sep 23, 2015 8:57 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE: Unable to read output on Centos7
- Replies: 4
- Views: 6326
Re: NRPE: Unable to read output on Centos7
Thanks to you guys for this! mark this as resolved.
- Wed Sep 23, 2015 12:52 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE: Unable to read output on Centos7
- Replies: 4
- Views: 6326
Re: NRPE: Unable to read output on Centos7
Well, You nailed it, the directory was there but not much else. I would have never have guessed that my directory /usr/lib64/nagios/plugins/ would have almost nothing in it, when I did a yum -y install nagios-plugins, but low and behold that is the case! Also note to self, missing executable is the ...
- Wed Sep 23, 2015 8:14 am
- Forum: Open Source Nagios Projects
- Topic: NRPE: Unable to read output on Centos7
- Replies: 4
- Views: 6326
NRPE: Unable to read output on Centos7
Hi all, I have been running nagios for quite a while and am fairly versed in things but with this pigsty that is Centos7/systemd I have run into a rather odd problem. I have no problems getting nrpe installed, configured, and running both via the epel rpm and via source compile. At first I thought i...
- Mon Dec 09, 2013 12:20 pm
- Forum: Open Source Nagios Projects
- Topic: Custom plugin that works in Nagios core 3.4 but not 4.0.1
- Replies: 20
- Views: 7798
Re: Custom plugin that works in Nagios core 3.4 but not 4.0.
That you should.
- Mon Dec 09, 2013 11:01 am
- Forum: Open Source Nagios Projects
- Topic: Custom plugin that works in Nagios core 3.4 but not 4.0.1
- Replies: 20
- Views: 7798
Re: Custom plugin that works in Nagios core 3.4 but not 4.0.
Ok, so I should have done this before harassing people with it but here is the solution that I was thinking about in the shower this morning while revving up for work and it even worked. It seems that 4.0 isn't loading the full nagios user environment as was done in the past, so I just specifically ...
- Fri Dec 06, 2013 5:19 pm
- Forum: Open Source Nagios Projects
- Topic: Custom plugin that works in Nagios core 3.4 but not 4.0.1
- Replies: 20
- Views: 7798
Re: Custom plugin that works in Nagios core 3.4 but not 4.0.
I understand that it seems to be that way, but why would I get results on the 3.4 installation, from the command line, but not from the 4.0.1 installation? I spent lots of time looking at this before coming to ask questions because it makes no real sense for it to fail in this fashion. I will gather...
- Fri Dec 06, 2013 2:26 pm
- Forum: Open Source Nagios Projects
- Topic: Custom plugin that works in Nagios core 3.4 but not 4.0.1
- Replies: 20
- Views: 7798
Re: Custom plugin that works in Nagios core 3.4 but not 4.0.
Sorry I was chasing some production death. Here we go:
nagios@monitorbos02|/tmp>tail -f call_attempts_test.txt
SBDB6P
SBDB6P
SBRACP
SB4THP
So it is populating that variable.
nagios@monitorbos02|/tmp>tail -f call_attempts_test.txt
SBDB6P
SBDB6P
SBRACP
SB4THP
So it is populating that variable.
- Fri Dec 06, 2013 8:41 am
- Forum: Open Source Nagios Projects
- Topic: Custom plugin that works in Nagios core 3.4 but not 4.0.1
- Replies: 20
- Views: 7798
Re: Custom plugin that works in Nagios core 3.4 but not 4.0.
OK, did you happen to be running as the nagios user or just root when running manually? Is this a second box from the 3.4 machine, such that you might have to give the nagios user some additional permissions for sqlplus? Testing via su-ing to the nagios user and running from the cli just as it work...
- Thu Dec 05, 2013 2:34 pm
- Forum: Open Source Nagios Projects
- Topic: Custom plugin that works in Nagios core 3.4 but not 4.0.1
- Replies: 20
- Views: 7798
Re: Custom plugin that works in Nagios core 3.4 but not 4.0.
Yes, the CALLATTEMPTS variable was empty from the nagios runs, the output from my second cat, is has the value of 37389 at end of it, I made one run manually to make sure I was not getting the same results on the command line as well, and it came back as I expected.
- Thu Dec 05, 2013 2:24 pm
- Forum: Open Source Nagios Projects
- Topic: Monitor remote machine's memory using Nagios Core
- Replies: 30
- Views: 12839
Re: Monitor remote machine's memory using Nagios Core
In order to check with nrpe, you have to have the daemon running on the host that you are trying to check. The README file from the tarball you downloaded has full instructions on how to compile/install/configure it.