Ok folks. I have a fix:
https://github.com/NagiosEnterprises/ncpa/issues/156
Search found 11 matches
- Fri Mar 27, 2015 2:58 pm
- Forum: Open Source Nagios Projects
- Topic: MacOSX NCPA 1.7.1 and 1.7.2: Not recognizing plugins
- Replies: 14
- Views: 8274
- Mon Mar 23, 2015 2:00 pm
- Forum: Open Source Nagios Projects
- Topic: MacOSX NCPA development instructions
- Replies: 2
- Views: 1151
Re: MacOSX NCPA development instructions
Thank you!
- Mon Mar 23, 2015 10:52 am
- Forum: Open Source Nagios Projects
- Topic: MacOSX NCPA development instructions
- Replies: 2
- Views: 1151
MacOSX NCPA development instructions
I would like to contribute to the NagiosEnterprises/NCPA github project. I've scoured the github site and I cannot find any build instructions.
I am familiar with python development. I have read the README.rst file.
Are there any explicit instructions for building/installing?
I am familiar with python development. I have read the README.rst file.
Are there any explicit instructions for building/installing?
- Fri Mar 20, 2015 12:22 pm
- Forum: Open Source Nagios Projects
- Topic: MacOSX NCPA 1.7.1 and 1.7.2: Not recognizing plugins
- Replies: 14
- Views: 8274
Re: MacOSX NCPA 1.7.1 and 1.7.2: Not recognizing plugins
Has anyone used this package on a Maverick/Yosemite OS X system?
- Thu Mar 19, 2015 1:37 pm
- Forum: Open Source Nagios Projects
- Topic: MacOSX NCPA 1.7.1 and 1.7.2: Not recognizing plugins
- Replies: 14
- Views: 8274
Re: MacOSX NCPA 1.7.1 and 1.7.2: Not recognizing plugins
I understand that 'staff' and 'nagcmd' currently have the same GID, however I would like you to change all file and directory permissions that are currently 'staff' to 'nagcmd' and see if that helps. Thank you! I have. Several times before coming to this site. I was verifying user and groups, which...
- Thu Mar 19, 2015 1:03 pm
- Forum: Open Source Nagios Projects
- Topic: MacOSX NCPA 1.7.1 and 1.7.2: Not recognizing plugins
- Replies: 14
- Views: 8274
Re: MacOSX NCPA 1.7.1 and 1.7.2: Not recognizing plugins
There should be an 'ncpa.cfg' on your OSX machine. Could you cat that file for us please? Here you go: [listener] uid = nagios certificate = adhoc loglevel = debug ip = 0.0.0.0 gid = nagcmd logfile = var/ncpa_listener.log port = 5693 pidfile = var/ncpa_listener.pid [passive] uid = nagios handlers =...
- Wed Mar 18, 2015 4:25 pm
- Forum: Open Source Nagios Projects
- Topic: Install script MacOSX NCPA 1.7.2 has a problem creating user
- Replies: 1
- Views: 1034
Install script MacOSX NCPA 1.7.2 has a problem creating user
Note that the creation of username is only done if the nagcmd group doesn't exist. This is ok, however, the env variable username is not defined. Is this a bug? #!/bin/sh set -e pushd /Volumes/NCPA-* groupname=nagcmd homedir=/usr/local/ncpa # Create the user account if ! dscl . -read /Groups/${group...
- Wed Mar 18, 2015 4:11 pm
- Forum: Open Source Nagios Projects
- Topic: MacOSX NCPA 1.7.1 and 1.7.2: Not recognizing plugins
- Replies: 14
- Views: 8274
Re: MacOSX NCPA 1.7.1 and 1.7.2: Not recognizing plugins
I forgot to show that nagios belongs to nagcmd, which it does since it's PrimaryGroupID is 20 (=staff or nagcmd) /Local/Default/Users > cat nagios dsAttrTypeNative:accountPolicyData: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN&q...
- Wed Mar 18, 2015 4:03 pm
- Forum: Open Source Nagios Projects
- Topic: MacOSX NCPA 1.7.1 and 1.7.2: Not recognizing plugins
- Replies: 14
- Views: 8274
Re: MacOSX NCPA 1.7.1 and 1.7.2: Not recognizing plugins
I have verified the installation steps. I used dscl to verify the creation of nagcmd group: /Local/Default/Groups > cat nagcmd AppleMetaNodeLocation: /Local/Default GeneratedUID: E6C528F1-CAE8-40F8-AC03-A663F3F324F3 Password: * PrimaryGroupID: 20 RealName: nagcmd RecordName: nagcmd RecordType: dsRec...
- Wed Mar 18, 2015 1:36 pm
- Forum: Open Source Nagios Projects
- Topic: MacOSX NCPA 1.7.1 and 1.7.2: Not recognizing plugins
- Replies: 14
- Views: 8274
Re: MacOSX NCPA 1.7.1 and 1.7.2: Not recognizing plugins
I believe so. I did this exercise with CentOS. The config comes stock, which points to the /usr/local/ncpa/plugins directory.jolson wrote:Which directory are the plugins stored in? Is the 'plugin_path' set properly in ncpa.cfg?