You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by David McNelis <dm...@agentisenergy.com> on 2011/11/27 20:43:13 UTC

Monitoring your cluster

Hey folks,

If anyone is using Nagios to do any of your network monitoring, I just
finished the initial version of a Cassandra monitoring plugin that is a
fork of a much simpler version.  Hope someone finds it useful.  Right now I
know it works  with the 0.8 build of Cassandra, I'll update it to v1 once
we migrate there (I don't know what JMX calls have changed at this
point)...if someone wants to send me a list of updates to the JMX calls,
I'll add them in and update it to handle multiple versions.

https://github.com/dmcnelis/NagiosCassandraMonitor

-- 
*David McNelis*
Lead Software Engineer
Agentis Energy
www.agentisenergy.com
c: 219.384.5143

*A Smart Grid technology company focused on helping consumers of energy
control an often under-managed resource.*

RE: Monitoring your cluster

Posted by Michael Vaknine <mi...@citypath.com>.
Hi,

Thank you for this plugin

I get errors when trying to build and was wandring if you can help.

 

Thanks in addvance

 

Microsoft Windows [Version 6.1.7601]

Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

 

c:\Temp\dmcnelis-NagiosCassandraMonitor-840010d>mvn assemble:single

[INFO] Scanning for projects...

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-bet
a-5.

jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta
-5.j

ar (204 KB at 621.9 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23
KB at

717.0 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-surefire-plugin/2.5/maven-surefire-plugin-2.5.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-surefire-plugin/2.5/maven-surefire-plugin-2.5.jar (33 KB
at 1

042.1 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 KB at
490.2

KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-site-plugin/2.0.1/maven-site-plugin-2.0.1.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-site-plugin/2.0.1/maven-site-plugin-2.0.1.jar (79 KB at
2536.

6 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar (24 KB at
1534.

7 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-dependency-plugin/2.1/maven-dependency-plugin-2.1.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-dependency-plugin/2.1/maven-dependency-plugin-2.1.jar
(104 KB

at 3341.9 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-release-plugin/2.0/maven-release-plugin-2.0.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-release-plugin/2.0/maven-release-plugin-2.0.jar (38 KB at
117

5.2 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-metadata.xml

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/codehau

s/mojo/maven-metadata.xml

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-metadata.xml (9 KB at 2.7 KB/sec)

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/codehaus

/mojo/maven-metadata.xml (18 KB at 5.7 KB/sec)

[INFO]
------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO]
------------------------------------------------------------------------

[INFO] Total time: 5.819s

[INFO] Finished at: Mon Nov 28 11:19:14 IST 2011

[INFO] Final Memory: 2M/6M

[INFO]
------------------------------------------------------------------------

[ERROR] No plugin found for prefix 'assemble' in the current project and in
the

plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from
the r

epositories [local (C:\Users\michael\.m2\repository), archiva.default
(http://19

2.168.80.20:8080/archiva/repository/ProxyGroup/)] -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
swit

ch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions, please
rea

d the following articles:

[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundF

orPrefixException

 

c:\Temp\dmcnelis-NagiosCassandraMonitor-840010d>mvn assemble:single

[INFO] Scanning for projects...

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-metadata.xml

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/codehau

s/mojo/maven-metadata.xml

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-metadata.xml (9 KB at 7.4 KB/sec)

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/codehaus

/mojo/maven-metadata.xml (18 KB at 12.9 KB/sec)

[INFO]
------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO]
------------------------------------------------------------------------

[INFO] Total time: 1.872s

[INFO] Finished at: Mon Nov 28 11:19:38 IST 2011

[INFO] Final Memory: 2M/6M

[INFO]
------------------------------------------------------------------------

[ERROR] No plugin found for prefix 'assemble' in the current project and in
the

plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from
the r

epositories [local (C:\Users\michael\.m2\repository), archiva.default
(http://19

2.168.80.20:8080/archiva/repository/ProxyGroup/)] -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
swit

ch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions, please
rea

d the following articles:

[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundF

orPrefixException

 

c:\Temp\dmcnelis-NagiosCassandraMonitor-840010d>

 

From: David McNelis [mailto:dmcnelis@agentisenergy.com] 
Sent: Sunday, November 27, 2011 9:43 PM
To: user@cassandra.apache.org
Subject: Monitoring your cluster

 

Hey folks,

 

If anyone is using Nagios to do any of your network monitoring, I just
finished the initial version of a Cassandra monitoring plugin that is a fork
of a much simpler version.  Hope someone finds it useful.  Right now I know
it works  with the 0.8 build of Cassandra, I'll update it to v1 once we
migrate there (I don't know what JMX calls have changed at this point)...if
someone wants to send me a list of updates to the JMX calls, I'll add them
in and update it to handle multiple versions.

 

https://github.com/dmcnelis/NagiosCassandraMonitor


 

-- 
David McNelis

Lead Software Engineer

Agentis Energy

www.agentisenergy.com

c: 219.384.5143

 

A Smart Grid technology company focused on helping consumers of energy
control an often under-managed resource.

 

 


RE: Monitoring your cluster

Posted by David McNelis <dm...@agentisenergy.com>.
Michael,

Send me a note separate from this list, as I think it's a bit off topic to
get into here.
David
On Nov 28, 2011 3:25 AM, "Michael Vaknine" <mi...@citypath.com> wrote:

> Hi,****
>
> Thank you for this plugin****
>
> I get errors when trying to build and was wandring if you can help.****
>
> ** **
>
> Thanks in addvance****
>
> ** **
>
> Microsoft Windows [Version 6.1.7601]****
>
> Copyright (c) 2009 Microsoft Corporation.  All rights reserved.****
>
> ** **
>
> c:\Temp\dmcnelis-NagiosCassandraMonitor-840010d>mvn assemble:single****
>
> [INFO] Scanning for projects...****
>
> Downloading:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/****
>
>
> maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.
> ****
>
> jar****
>
> Downloaded:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m****
>
>
> aven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.j
> ****
>
> ar (204 KB at 621.9 KB/sec)****
>
> Downloading:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/****
>
> maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar***
> *
>
> Downloaded:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m****
>
> aven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23
> KB at****
>
> 717.0 KB/sec)****
>
> Downloading:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/****
>
> maven/plugins/maven-surefire-plugin/2.5/maven-surefire-plugin-2.5.jar****
>
> Downloaded:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m****
>
> aven/plugins/maven-surefire-plugin/2.5/maven-surefire-plugin-2.5.jar (33
> KB at 1****
>
> 042.1 KB/sec)****
>
> Downloading:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/****
>
> maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar****
>
> Downloaded:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m****
>
> aven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 KB at
> 490.2****
>
> KB/sec)****
>
> Downloading:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/****
>
> maven/plugins/maven-site-plugin/2.0.1/maven-site-plugin-2.0.1.jar****
>
> Downloaded:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m****
>
> aven/plugins/maven-site-plugin/2.0.1/maven-site-plugin-2.0.1.jar (79 KB at
> 2536.****
>
> 6 KB/sec)****
>
> Downloading:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/****
>
> maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar****
>
> Downloaded:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m****
>
> aven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar (24 KB at
> 1534.****
>
> 7 KB/sec)****
>
> Downloading:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/****
>
> maven/plugins/maven-dependency-plugin/2.1/maven-dependency-plugin-2.1.jar*
> ***
>
> Downloaded:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m****
>
> aven/plugins/maven-dependency-plugin/2.1/maven-dependency-plugin-2.1.jar
> (104 KB****
>
> at 3341.9 KB/sec)****
>
> Downloading:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/****
>
> maven/plugins/maven-release-plugin/2.0/maven-release-plugin-2.0.jar****
>
> Downloaded:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m****
>
> aven/plugins/maven-release-plugin/2.0/maven-release-plugin-2.0.jar (38 KB
> at 117****
>
> 5.2 KB/sec)****
>
> Downloading:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/****
>
> maven/plugins/maven-metadata.xml****
>
> Downloading:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/codehau****
>
> s/mojo/maven-metadata.xml****
>
> Downloaded:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m****
>
> aven/plugins/maven-metadata.xml (9 KB at 2.7 KB/sec)****
>
> Downloaded:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/codehaus****
>
> /mojo/maven-metadata.xml (18 KB at 5.7 KB/sec)****
>
> [INFO]
> ------------------------------------------------------------------------**
> **
>
> [INFO] BUILD FAILURE****
>
> [INFO]
> ------------------------------------------------------------------------**
> **
>
> [INFO] Total time: 5.819s****
>
> [INFO] Finished at: Mon Nov 28 11:19:14 IST 2011****
>
> [INFO] Final Memory: 2M/6M****
>
> [INFO]
> ------------------------------------------------------------------------**
> **
>
> [ERROR] No plugin found for prefix 'assemble' in the current project and
> in the****
>
> plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from
> the r****
>
> epositories [local (C:\Users\michael\.m2\repository), archiva.default (
> http://19****
>
> 2.168.80.20:8080/archiva/repository/ProxyGroup/)] -> [Help 1]****
>
> [ERROR]****
>
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e swit****
>
> ch.****
>
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.****
>
> [ERROR]****
>
> [ERROR] For more information about the errors and possible solutions,
> please rea****
>
> d the following articles:****
>
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundF****
>
> orPrefixException****
>
> ** **
>
> c:\Temp\dmcnelis-NagiosCassandraMonitor-840010d>mvn assemble:single****
>
> [INFO] Scanning for projects...****
>
> Downloading:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/****
>
> maven/plugins/maven-metadata.xml****
>
> Downloading:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/codehau****
>
> s/mojo/maven-metadata.xml****
>
> Downloaded:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m****
>
> aven/plugins/maven-metadata.xml (9 KB at 7.4 KB/sec)****
>
> Downloaded:
> http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/codehaus****
>
> /mojo/maven-metadata.xml (18 KB at 12.9 KB/sec)****
>
> [INFO]
> ------------------------------------------------------------------------**
> **
>
> [INFO] BUILD FAILURE****
>
> [INFO]
> ------------------------------------------------------------------------**
> **
>
> [INFO] Total time: 1.872s****
>
> [INFO] Finished at: Mon Nov 28 11:19:38 IST 2011****
>
> [INFO] Final Memory: 2M/6M****
>
> [INFO]
> ------------------------------------------------------------------------**
> **
>
> [ERROR] No plugin found for prefix 'assemble' in the current project and
> in the****
>
> plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from
> the r****
>
> epositories [local (C:\Users\michael\.m2\repository), archiva.default (
> http://19****
>
> 2.168.80.20:8080/archiva/repository/ProxyGroup/)] -> [Help 1]****
>
> [ERROR]****
>
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e swit****
>
> ch.****
>
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.****
>
> [ERROR]****
>
> [ERROR] For more information about the errors and possible solutions,
> please rea****
>
> d the following articles:****
>
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundF****
>
> orPrefixException****
>
> ** **
>
> c:\Temp\dmcnelis-NagiosCassandraMonitor-840010d>****
>
> ** **
>
> *From:* David McNelis [mailto:dmcnelis@agentisenergy.com]
> *Sent:* Sunday, November 27, 2011 9:43 PM
> *To:* user@cassandra.apache.org
> *Subject:* Monitoring your cluster****
>
> ** **
>
> Hey folks,****
>
> ** **
>
> If anyone is using Nagios to do any of your network monitoring, I just
> finished the initial version of a Cassandra monitoring plugin that is a
> fork of a much simpler version.  Hope someone finds it useful.  Right now I
> know it works  with the 0.8 build of Cassandra, I'll update it to v1 once
> we migrate there (I don't know what JMX calls have changed at this
> point)...if someone wants to send me a list of updates to the JMX calls,
> I'll add them in and update it to handle multiple versions.****
>
> ** **
>
> https://github.com/dmcnelis/NagiosCassandraMonitor
> ****
>
> ** **
>
> --
> *David McNelis*****
>
> Lead Software Engineer****
>
> Agentis Energy****
>
> www.agentisenergy.com****
>
> c: 219.384.5143****
>
> ** **
>
> *A Smart Grid technology company focused on helping consumers of energy
> control an often under-managed resource.*****
>
> ** **
>
> ** **
>

RE: Monitoring your cluster

Posted by Michael Vaknine <mi...@citypath.com>.
Hi,

Thank you for this plugin

I get errors when trying to build and was wandring if you can help.

 

Thanks in addvance

 

Microsoft Windows [Version 6.1.7601]

Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

 

c:\Temp\dmcnelis-NagiosCassandraMonitor-840010d>mvn assemble:single

[INFO] Scanning for projects...

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-bet
a-5.

jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta
-5.j

ar (204 KB at 621.9 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23
KB at

717.0 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-surefire-plugin/2.5/maven-surefire-plugin-2.5.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-surefire-plugin/2.5/maven-surefire-plugin-2.5.jar (33 KB
at 1

042.1 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 KB at
490.2

KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-site-plugin/2.0.1/maven-site-plugin-2.0.1.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-site-plugin/2.0.1/maven-site-plugin-2.0.1.jar (79 KB at
2536.

6 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar (24 KB at
1534.

7 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-dependency-plugin/2.1/maven-dependency-plugin-2.1.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-dependency-plugin/2.1/maven-dependency-plugin-2.1.jar
(104 KB

at 3341.9 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-release-plugin/2.0/maven-release-plugin-2.0.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-release-plugin/2.0/maven-release-plugin-2.0.jar (38 KB at
117

5.2 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-metadata.xml

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/codehau

s/mojo/maven-metadata.xml

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-metadata.xml (9 KB at 2.7 KB/sec)

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/codehaus

/mojo/maven-metadata.xml (18 KB at 5.7 KB/sec)

[INFO]
------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO]
------------------------------------------------------------------------

[INFO] Total time: 5.819s

[INFO] Finished at: Mon Nov 28 11:19:14 IST 2011

[INFO] Final Memory: 2M/6M

[INFO]
------------------------------------------------------------------------

[ERROR] No plugin found for prefix 'assemble' in the current project and in
the

plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from
the r

epositories [local (C:\Users\michael\.m2\repository), archiva.default
(http://19

2.168.80.20:8080/archiva/repository/ProxyGroup/)] -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
swit

ch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions, please
rea

d the following articles:

[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundF

orPrefixException

 

c:\Temp\dmcnelis-NagiosCassandraMonitor-840010d>mvn assemble:single

[INFO] Scanning for projects...

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-metadata.xml

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/codehau

s/mojo/maven-metadata.xml

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-metadata.xml (9 KB at 7.4 KB/sec)

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/codehaus

/mojo/maven-metadata.xml (18 KB at 12.9 KB/sec)

[INFO]
------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO]
------------------------------------------------------------------------

[INFO] Total time: 1.872s

[INFO] Finished at: Mon Nov 28 11:19:38 IST 2011

[INFO] Final Memory: 2M/6M

[INFO]
------------------------------------------------------------------------

[ERROR] No plugin found for prefix 'assemble' in the current project and in
the

plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from
the r

epositories [local (C:\Users\michael\.m2\repository), archiva.default
(http://19

2.168.80.20:8080/archiva/repository/ProxyGroup/)] -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
swit

ch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions, please
rea

d the following articles:

[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundF

orPrefixException

 

c:\Temp\dmcnelis-NagiosCassandraMonitor-840010d>

 

From: David McNelis [mailto:dmcnelis@agentisenergy.com] 
Sent: Sunday, November 27, 2011 9:43 PM
To: user@cassandra.apache.org
Subject: Monitoring your cluster

 

Hey folks,

 

If anyone is using Nagios to do any of your network monitoring, I just
finished the initial version of a Cassandra monitoring plugin that is a fork
of a much simpler version.  Hope someone finds it useful.  Right now I know
it works  with the 0.8 build of Cassandra, I'll update it to v1 once we
migrate there (I don't know what JMX calls have changed at this point)...if
someone wants to send me a list of updates to the JMX calls, I'll add them
in and update it to handle multiple versions.

 

https://github.com/dmcnelis/NagiosCassandraMonitor


 

-- 
David McNelis

Lead Software Engineer

Agentis Energy

www.agentisenergy.com

c: 219.384.5143

 

A Smart Grid technology company focused on helping consumers of energy
control an often under-managed resource.

 

 


RE: Monitoring your cluster

Posted by Michael Vaknine <mi...@citypath.com>.
Hi,

Thank you for this plugin

I get errors when trying to build and was wandring if you can help.

 

Thanks in addvance

 

Microsoft Windows [Version 6.1.7601]

Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

 

c:\Temp\dmcnelis-NagiosCassandraMonitor-840010d>mvn assemble:single

[INFO] Scanning for projects...

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-bet
a-5.

jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta
-5.j

ar (204 KB at 621.9 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23
KB at

717.0 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-surefire-plugin/2.5/maven-surefire-plugin-2.5.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-surefire-plugin/2.5/maven-surefire-plugin-2.5.jar (33 KB
at 1

042.1 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 KB at
490.2

KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-site-plugin/2.0.1/maven-site-plugin-2.0.1.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-site-plugin/2.0.1/maven-site-plugin-2.0.1.jar (79 KB at
2536.

6 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar (24 KB at
1534.

7 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-dependency-plugin/2.1/maven-dependency-plugin-2.1.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-dependency-plugin/2.1/maven-dependency-plugin-2.1.jar
(104 KB

at 3341.9 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-release-plugin/2.0/maven-release-plugin-2.0.jar

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-release-plugin/2.0/maven-release-plugin-2.0.jar (38 KB at
117

5.2 KB/sec)

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-metadata.xml

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/codehau

s/mojo/maven-metadata.xml

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-metadata.xml (9 KB at 2.7 KB/sec)

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/codehaus

/mojo/maven-metadata.xml (18 KB at 5.7 KB/sec)

[INFO]
------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO]
------------------------------------------------------------------------

[INFO] Total time: 5.819s

[INFO] Finished at: Mon Nov 28 11:19:14 IST 2011

[INFO] Final Memory: 2M/6M

[INFO]
------------------------------------------------------------------------

[ERROR] No plugin found for prefix 'assemble' in the current project and in
the

plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from
the r

epositories [local (C:\Users\michael\.m2\repository), archiva.default
(http://19

2.168.80.20:8080/archiva/repository/ProxyGroup/)] -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
swit

ch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions, please
rea

d the following articles:

[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundF

orPrefixException

 

c:\Temp\dmcnelis-NagiosCassandraMonitor-840010d>mvn assemble:single

[INFO] Scanning for projects...

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/

maven/plugins/maven-metadata.xml

Downloading:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/codehau

s/mojo/maven-metadata.xml

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/apache/m

aven/plugins/maven-metadata.xml (9 KB at 7.4 KB/sec)

Downloaded:
http://192.168.80.20:8080/archiva/repository/ProxyGroup/org/codehaus

/mojo/maven-metadata.xml (18 KB at 12.9 KB/sec)

[INFO]
------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO]
------------------------------------------------------------------------

[INFO] Total time: 1.872s

[INFO] Finished at: Mon Nov 28 11:19:38 IST 2011

[INFO] Final Memory: 2M/6M

[INFO]
------------------------------------------------------------------------

[ERROR] No plugin found for prefix 'assemble' in the current project and in
the

plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from
the r

epositories [local (C:\Users\michael\.m2\repository), archiva.default
(http://19

2.168.80.20:8080/archiva/repository/ProxyGroup/)] -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
swit

ch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions, please
rea

d the following articles:

[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundF

orPrefixException

 

c:\Temp\dmcnelis-NagiosCassandraMonitor-840010d>

 

From: David McNelis [mailto:dmcnelis@agentisenergy.com] 
Sent: Sunday, November 27, 2011 9:43 PM
To: user@cassandra.apache.org
Subject: Monitoring your cluster

 

Hey folks,

 

If anyone is using Nagios to do any of your network monitoring, I just
finished the initial version of a Cassandra monitoring plugin that is a fork
of a much simpler version.  Hope someone finds it useful.  Right now I know
it works  with the 0.8 build of Cassandra, I'll update it to v1 once we
migrate there (I don't know what JMX calls have changed at this point)...if
someone wants to send me a list of updates to the JMX calls, I'll add them
in and update it to handle multiple versions.

 

https://github.com/dmcnelis/NagiosCassandraMonitor


 

-- 
David McNelis

Lead Software Engineer

Agentis Energy

www.agentisenergy.com

c: 219.384.5143

 

A Smart Grid technology company focused on helping consumers of energy
control an often under-managed resource.