“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

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

          은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현