Icinga2 and pnp4nagiosPNP4Nagios creates infinite .perfdata filesinstall icinga2 and icinga-web in different serversIcinga-web does not update when icinga2 configuration is updatedError with using NRPE with Icinga2Icinga2 unidirectional remote clientsicinga2 host state for passive hostCreate custom plugin for Icinga2icinga2 multi instance displayIcinga2 - Unknown user:backuppcicinga2, pnp4nagios error: “RRDs::create ERROR you must define at least one Round Robin Archive”
Why didn't Thanos use the Time Stone to stop the Avengers' plan?
What could a self-sustaining lunar colony slowly lose that would ultimately prove fatal?
How to know if a folder is a symbolic link?
Why do most published works in medical imaging try to reduce false positives?
Why aren't space telescopes put in GEO?
Should breaking down something like a door be adjudicated as an attempt to beat its AC and HP, or as an ability check against a set DC?
Any advice on creating fictional locations in real places when writing historical fiction?
Python program to find the most frequent letter in a text
Plot twist where the antagonist wins
Where have Brexit voters gone?
Why is this Simple Puzzle impossible to solve?
How to use libraries with delays inside within a time critical STM32 HAL application?
A Riley Respite
Can I tell a prospective employee that everyone in the team is leaving?
C++ forcing function parameter evalution order
What does this symbol on the box of power supply mean?
What are the mechanical differences between the uncommon Medallion of Thoughts and the rare Potion of Mind Reading?
Why did David Cameron offer a referendum on the European Union?
number headings
Alignment: "Breaking out" of environment (enumerate / minipage)
How to respond to an upset student?
Why does Mjolnir fall down in Age of Ultron but not in Endgame?
Caught 2 students cheating together on the final exam that I proctored
Employer asking for online access to bank account - Is this a scam?
Icinga2 and pnp4nagios
PNP4Nagios creates infinite .perfdata filesinstall icinga2 and icinga-web in different serversIcinga-web does not update when icinga2 configuration is updatedError with using NRPE with Icinga2Icinga2 unidirectional remote clientsicinga2 host state for passive hostCreate custom plugin for Icinga2icinga2 multi instance displayIcinga2 - Unknown user:backuppcicinga2, pnp4nagios error: “RRDs::create ERROR you must define at least one Round Robin Archive”
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am trying to install icinga2 and icingaweb with pnp4nagios. As directed in icinga2 document I have added following parameter on npcd.conf :
perfdata_spool_dir = /var/spool/icinga2/perfdata
I get the following error when accessing localhost/pnp4nagios
:
Please check the documentation for information about the following error.
perfdata directory "/var/lib/pnp4nagios/" is empty. Please check your Nagios config. <a href="http://docs.pnp4nagios.org/faq/3">Read FAQ online</a>
file [line]:
application/models/data.php [109]:
back
I have enable the performance plugin perfdata.
icinga
add a comment |
I am trying to install icinga2 and icingaweb with pnp4nagios. As directed in icinga2 document I have added following parameter on npcd.conf :
perfdata_spool_dir = /var/spool/icinga2/perfdata
I get the following error when accessing localhost/pnp4nagios
:
Please check the documentation for information about the following error.
perfdata directory "/var/lib/pnp4nagios/" is empty. Please check your Nagios config. <a href="http://docs.pnp4nagios.org/faq/3">Read FAQ online</a>
file [line]:
application/models/data.php [109]:
back
I have enable the performance plugin perfdata.
icinga
add a comment |
I am trying to install icinga2 and icingaweb with pnp4nagios. As directed in icinga2 document I have added following parameter on npcd.conf :
perfdata_spool_dir = /var/spool/icinga2/perfdata
I get the following error when accessing localhost/pnp4nagios
:
Please check the documentation for information about the following error.
perfdata directory "/var/lib/pnp4nagios/" is empty. Please check your Nagios config. <a href="http://docs.pnp4nagios.org/faq/3">Read FAQ online</a>
file [line]:
application/models/data.php [109]:
back
I have enable the performance plugin perfdata.
icinga
I am trying to install icinga2 and icingaweb with pnp4nagios. As directed in icinga2 document I have added following parameter on npcd.conf :
perfdata_spool_dir = /var/spool/icinga2/perfdata
I get the following error when accessing localhost/pnp4nagios
:
Please check the documentation for information about the following error.
perfdata directory "/var/lib/pnp4nagios/" is empty. Please check your Nagios config. <a href="http://docs.pnp4nagios.org/faq/3">Read FAQ online</a>
file [line]:
application/models/data.php [109]:
back
I have enable the performance plugin perfdata.
icinga
icinga
edited Sep 10 '15 at 15:36
sebix
3,62221838
3,62221838
asked Sep 9 '15 at 12:33
kinkajoukinkajou
123115
123115
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
What comes to my mind:
- npcd is not running (properly)
- npcd and icinga2 are running under different users? so npcd can't read/delete spool files
- Are there any files in /var/spool/icinga2/perfdata ? (Icinga feature enabled?)
For more help, logs might help.
Please disable npcd and check if Icinga is even writing files to that directory.
– lazyfrosch
Sep 11 '15 at 15:46
Let me check on it.
– kinkajou
Sep 13 '15 at 0:13
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f721172%2ficinga2-and-pnp4nagios%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
What comes to my mind:
- npcd is not running (properly)
- npcd and icinga2 are running under different users? so npcd can't read/delete spool files
- Are there any files in /var/spool/icinga2/perfdata ? (Icinga feature enabled?)
For more help, logs might help.
Please disable npcd and check if Icinga is even writing files to that directory.
– lazyfrosch
Sep 11 '15 at 15:46
Let me check on it.
– kinkajou
Sep 13 '15 at 0:13
add a comment |
What comes to my mind:
- npcd is not running (properly)
- npcd and icinga2 are running under different users? so npcd can't read/delete spool files
- Are there any files in /var/spool/icinga2/perfdata ? (Icinga feature enabled?)
For more help, logs might help.
Please disable npcd and check if Icinga is even writing files to that directory.
– lazyfrosch
Sep 11 '15 at 15:46
Let me check on it.
– kinkajou
Sep 13 '15 at 0:13
add a comment |
What comes to my mind:
- npcd is not running (properly)
- npcd and icinga2 are running under different users? so npcd can't read/delete spool files
- Are there any files in /var/spool/icinga2/perfdata ? (Icinga feature enabled?)
For more help, logs might help.
What comes to my mind:
- npcd is not running (properly)
- npcd and icinga2 are running under different users? so npcd can't read/delete spool files
- Are there any files in /var/spool/icinga2/perfdata ? (Icinga feature enabled?)
For more help, logs might help.
answered Sep 10 '15 at 7:46
lazyfroschlazyfrosch
73039
73039
Please disable npcd and check if Icinga is even writing files to that directory.
– lazyfrosch
Sep 11 '15 at 15:46
Let me check on it.
– kinkajou
Sep 13 '15 at 0:13
add a comment |
Please disable npcd and check if Icinga is even writing files to that directory.
– lazyfrosch
Sep 11 '15 at 15:46
Let me check on it.
– kinkajou
Sep 13 '15 at 0:13
Please disable npcd and check if Icinga is even writing files to that directory.
– lazyfrosch
Sep 11 '15 at 15:46
Please disable npcd and check if Icinga is even writing files to that directory.
– lazyfrosch
Sep 11 '15 at 15:46
Let me check on it.
– kinkajou
Sep 13 '15 at 0:13
Let me check on it.
– kinkajou
Sep 13 '15 at 0:13
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f721172%2ficinga2-and-pnp4nagios%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown