hi team,
I am integrating my pagerduty with nagios using the below link:
https://www.pagerduty.com/docs/guides/n ... ion-guide/
I have created command and contacts as per the article. I have installed the required perl libraries and dependencies but still we are not getting the directory /usr/share/pd-inegrations for the command to run properly.
is there any thing i am missing to install on the nagios xi server which can help me getting the pd-integration directory structure on my server.
thanks in advance
nagios pager-duty integration
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: nagios pager-duty integration
Hi @IT-OPS-SYS,
Ok, let's see if we can get this going for you. What operating system are you using and were you able to successfully add the PagerDuty repository to your system and install the agent?
What happens when you run the pager duty command with a simple argument like the help option. Does it return the correct results? If not please post the error to the thread.
Keep in mind, the nagios user account is going to need sufficient permissions to run the pager duty command, so let's check that as well.
Ok, let's see if we can get this going for you. What operating system are you using and were you able to successfully add the PagerDuty repository to your system and install the agent?
What happens when you run the pager duty command with a simple argument like the help option. Does it return the correct results? If not please post the error to the thread.
Code: Select all
/usr/share/pdagent-integrations/bin/pd-nagios -h
Code: Select all
ls -l /usr/share/pdagent-integrations/bin/pd-nagios
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
IT-OPS-SYS
- Posts: 184
- Joined: Sun Jan 07, 2018 12:56 pm
Re: nagios pager-duty integration
All is good now.
I installed the agent from the repo and things are working fine now.
I installed the agent from the repo and things are working fine now.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: nagios pager-duty integration
Great!IT-OPS-SYS wrote:All is good now.
I installed the agent from the repo and things are working fine now.
Locking thread