“Is there a Nagios API Curl Command to change the Notification Period to None for a particular host”sender-host=ARG - NagiosNagios XI APIs to be changed to Nagios core APIsnagios enable_notifications not workingNagios XI - services did not inherit the notification alert changed in host

Is there a way to replace Smite with Sharpness on a weapon?

Does the US Armed Forces refuse to recruit anyone with an IQ less than 83?

Sending mail to the Professor for PhD, after seeing his tweet

Why does it seem the best way to make a living is to invest in real estate?

The difference of Prime in Solve doesn't work

How can I find places to store/land a private airplane?

Why do personal finance apps focus on outgoings rather than income

Could the Queen overturn the UK Supreme Court ruling regarding prorogation of Parliament?

What action is recommended if your accommodation refuses to let you leave without paying additional fees?

Ĉi tie or ĉi-tie? Why do people sometimes hyphenate ĉi tie?

Looking for circuit board material that can be dissolved

How to "Start as close to the end as possible", and why to do so?

Would a horse be sufficient buffer to prevent injury when falling from a great height?

Realistically, how much do you need to start investing?

Disable all sound permanently

Is it appropriate to "shop" through high-impact journals before sending the paper to more specialized journals?

Why do popular TCP-using services have UDP as well as TCP entries in /etc/services?

What's the correct way to determine turn order in this situation?

Is spot metering just an EV compensation?

How closely correlated is culture to geography?

"Tenersi pronto" = to get ready or to be ready

Using RECURSIVE in Virtual Layer

Does the 'java' command compile Java programs?

Bothered by watching coworkers slacking off



“Is there a Nagios API Curl Command to change the Notification Period to None for a particular host”


sender-host=ARG - NagiosNagios XI APIs to be changed to Nagios core APIsnagios enable_notifications not workingNagios XI - services did not inherit the notification alert changed in host






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0















"I need to disable the notification period of all services of a particular host in Nagios using the Nagios API to none. by default, Nagios provides API command for adding and removing hosts. Where can I find the API for disabling the notification period".



"This API is required to disable the alert of existing servers when it is expired in the cloud and should enable it back once the server is back to avoid false alerts"



curl -XPOST "https://test/nagiosxi/api/v1/config/host?apikey=123&pretty=1" -d "host_name=testapihost&address=127.0.0.1&check_command=check_ping!3000,80%!5000,100%&max_check_attempts=2&check_period=24x7&contacts=nagiosadmin&notification_interval=5&notification_period=24x7&applyconfig=1"



Using the above API command for adding a host. Need a similar API command for disabling the notification_period to None for all services of a particular host and enable it back once the host is back online



"I expect once the API is executed, the notification period of all services of a particular host will be set to None"










share|improve this question






























    0















    "I need to disable the notification period of all services of a particular host in Nagios using the Nagios API to none. by default, Nagios provides API command for adding and removing hosts. Where can I find the API for disabling the notification period".



    "This API is required to disable the alert of existing servers when it is expired in the cloud and should enable it back once the server is back to avoid false alerts"



    curl -XPOST "https://test/nagiosxi/api/v1/config/host?apikey=123&pretty=1" -d "host_name=testapihost&address=127.0.0.1&check_command=check_ping!3000,80%!5000,100%&max_check_attempts=2&check_period=24x7&contacts=nagiosadmin&notification_interval=5&notification_period=24x7&applyconfig=1"



    Using the above API command for adding a host. Need a similar API command for disabling the notification_period to None for all services of a particular host and enable it back once the host is back online



    "I expect once the API is executed, the notification period of all services of a particular host will be set to None"










    share|improve this question


























      0












      0








      0








      "I need to disable the notification period of all services of a particular host in Nagios using the Nagios API to none. by default, Nagios provides API command for adding and removing hosts. Where can I find the API for disabling the notification period".



      "This API is required to disable the alert of existing servers when it is expired in the cloud and should enable it back once the server is back to avoid false alerts"



      curl -XPOST "https://test/nagiosxi/api/v1/config/host?apikey=123&pretty=1" -d "host_name=testapihost&address=127.0.0.1&check_command=check_ping!3000,80%!5000,100%&max_check_attempts=2&check_period=24x7&contacts=nagiosadmin&notification_interval=5&notification_period=24x7&applyconfig=1"



      Using the above API command for adding a host. Need a similar API command for disabling the notification_period to None for all services of a particular host and enable it back once the host is back online



      "I expect once the API is executed, the notification period of all services of a particular host will be set to None"










      share|improve this question














      "I need to disable the notification period of all services of a particular host in Nagios using the Nagios API to none. by default, Nagios provides API command for adding and removing hosts. Where can I find the API for disabling the notification period".



      "This API is required to disable the alert of existing servers when it is expired in the cloud and should enable it back once the server is back to avoid false alerts"



      curl -XPOST "https://test/nagiosxi/api/v1/config/host?apikey=123&pretty=1" -d "host_name=testapihost&address=127.0.0.1&check_command=check_ping!3000,80%!5000,100%&max_check_attempts=2&check_period=24x7&contacts=nagiosadmin&notification_interval=5&notification_period=24x7&applyconfig=1"



      Using the above API command for adding a host. Need a similar API command for disabling the notification_period to None for all services of a particular host and enable it back once the host is back online



      "I expect once the API is executed, the notification period of all services of a particular host will be set to None"







      nagiosxi






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 28 at 21:18









      gosatrianigosatriani

      829 bronze badges




      829 bronze badges

























          0






          active

          oldest

          votes













          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          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/4.0/"u003ecc by-sa 4.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
          );



          );














          draft saved

          draft discarded
















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55406983%2fis-there-a-nagios-api-curl-command-to-change-the-notification-period-to-none-fo%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded















































          Thanks for contributing an answer to Stack Overflow!


          • 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.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55406983%2fis-there-a-nagios-api-curl-command-to-change-the-notification-period-to-none-fo%23new-answer', 'question_page');

          );

          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







          Popular posts from this blog

          Obelisk of Theodosius Contents History Description Notes Bibliography Further reading External links Navigation menuAge of spirituality : late antique and early Christian art, third to seventh centuryOver 60 picturesObelisks of the World41°00′21.24″N 28°58′31.43″E / 41.0059000°N 28.9753972°E / 41.0059000; 28.97539727724550-7235741376235741376

          밀양 대씨 역사 각주 함께 보기 둘러보기 메뉴밀양 대씨

          1973년 목차 사건 문화 탄생 사망 노벨상 달력 둘러보기 메뉴