Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metric Name changed #556

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from
Open

Metric Name changed #556

wants to merge 1 commit into from

Conversation

KBbitsP
Copy link
Contributor

@KBbitsP KBbitsP commented Jun 9, 2024

No description provided.

# Monitors the size of the notification queue. Warning and Critical alerts often mean an overload of the system
./check_jmx_ng -v -U service:jmx:rmi:///jndi/rmi://127.0.0.1:8989/jmxrmi -O metrics:name=org.killbill.notificationq.NotificationQueueDispatcher.pending-notifications -A Value -w 50 -c 100
# Generates the overdue queue processing times like a histogram(max,min,average,mean,50th percentile,75th percentile,99th percentile etc.)
./check_jmx_ng -v -U service:jmx:rmi:///jndi/rmi://127.0.0.1:8989/jmxrmi -O metrics:name=org.killbill.notificationq.NotificationQueueDispatcher.ove-overdue-check-queue-ProcessingTime -A Value -w 50 -c 100
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this is correct, also the nagios-jmx-plugin plugin is really old and has not been updated recently, so I think the entire [nagios_integration](https://docs.killbill.io/latest/userguide_deployment#_nagios_integration section) can be removed. Thoughts @pierre ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, we can probably remove the nagios section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants