Re: [omd-users] How to monitor processes with check-mk-agent??

2017-03-21 Thread Patrick Gavin
I take it back. Process name works in process discovery as well. > On Mar 21, 2017, at 2:58 PM, Patrick Gavin wrote: > > I have a hard time with this also. The only way I have been able to get it to > work is by creating a rule in “Process Discovery” and using “exact name of &

Re: [omd-users] How to monitor processes with check-mk-agent??

2017-03-21 Thread Patrick Gavin
I have a hard time with this also. The only way I have been able to get it to work is by creating a rule in “Process Discovery” and using “exact name of the process without arguments”. > On Mar 21, 2017, at 2:35 PM, Mateus Stahelin > wrote: > > How to monitor processes with check-mk-agent? >

Re: [omd-users] OMD 1.30 - Upgrade Check_MK to 1.2.8

2016-10-18 Thread Patrick Gavin
Hi Peter- It’s super easy. Just download the cre package, install it, and it shows up as an OMD version. Then you just omd upgrade. Patrick Gavin Systems Administrator Central IT Systems & Services Humboldt State University > On Oct 18, 2016, at 10:35 AM, Peter Shankland wrote: >

[omd-users] DokuWiki auth with plugins

2016-10-07 Thread Patrick Gavin
If I were to enable DOKUWIKI_AUTH and installed a dokuwiki auth plugin (cas or ldap for example) to use instead of the built-in authentication, would that authentication work for the other omd parts? (check-mk is really the only one I care about). Thanks, -Patrick

Re: [omd-users] libdbi.so.0 error

2016-01-07 Thread Patrick Gavin
yum whatprovides */libdbi.so.0 libdbi? -- Patrick Gavin Systems Administrator Central IT Systems & Services Humboldt State University On Thu, 2016-01-07 at 21:30 +, pe...@pshankland.co.uk wrote: > Hi, > > I have just completed a fresh install of OMD 1.30 on CentOS 6

Re: [omd-users] Building OMD for IBM Power on linux rhel65 (ppc64)

2015-07-21 Thread Patrick Gavin
Do your libevent .so files live in /usr/lib64? If not, maybe make symlinks in /usr/lib64 that point to them. Hope this helps. -P On Tue, 2015-07-21 at 10:01 -0500, Patricio Dorantes wrote: > Hi, > > > I'm getting trouble trying to compile OMD 1.2 over RHEL 6.5 on the > component: gearmand-0

Re: [omd-users] What does this mean

2015-04-06 Thread Patrick Gavin
The red X disables monitoring of the service in check-mk. On Mon, 2015-04-06 at 12:35 -0400, mli...@zoominternet.net wrote: > Sorry forgot to ask on my last post > > > > > > Under "Services of host" The red 'X' when mouse over says,: "Create > rule to permanently disable this service". Does

Re: [omd-users] Bad perfdata being returned from check?

2014-12-04 Thread Patrick Gavin
First thing of the top of my head would be 32-bit interface counter wrap. (assuming that you are using snmp) -- Patrick Gavin Systems Administrator Central IT Systems & Services Humboldt State University Email: patrick.ga...@humboldt.edu Phone:(707)826-6058 On Thu, 2014-12-04 at 12:33 -

Re: [omd-users] Question Regarding OMD updates

2014-11-25 Thread Patrick Gavin
I think it is because the package name changes each time. You can install different versions of OMD concurrently and then use omd to choose which version to use. -- Patrick Gavin Systems Administrator Central IT Systems & Services Humboldt State University Email: patrick.ga...@humboldt.edu P

[omd-users] jolokia metrics pnp template bug

2014-08-27 Thread Patrick Gavin
MAX", "AVERAGE"),"% 3.0lf"); $def[2] .= "LINE1:var4#0CD524:\"PeakThreadCount \" " ; $def[2] .= rrd::gprint("var4", array("LAST", "MAX", "AVERAGE"),"% 3.0lf"); #TotalStartedThreadCount $opt[3] = &qu

Re: [omd-users] LDAP and omd

2014-05-22 Thread Patrick Gavin
This site has some good omd nuggets. https://geni-orca.renci.org/trac/wiki/OMDauthentication Just made sure the ldap modules are properly loaded somewhere in your apache config. -P On Thu, 2014-05-22 at 08:02 -0500, mverd...@mmm.com wrote: > Hello, > > Any documentation on setting up LDAP

Re: [omd-users] Disallowed key characters in global data

2014-05-20 Thread Patrick Gavin
I didn't see any further discussion on this, but I had this problem also. For me it was caused by a bad cookie. Kohana reads your cookie file and barfs if it finds any keys that use weird characters. Appending a .$str to the exit error string will give you the name of the key that is causing the p