Select Badges

Select Supported Platforms

Select Status

RSS

tr-chef-cookbook-site24x7 (9) Versions 3.0.0

Installs/Configures site24x7 server monitoring agent

Policyfile
Berkshelf
Knife
cookbook 'tr-chef-cookbook-site24x7', '~> 3.0.0', :supermarket
cookbook 'tr-chef-cookbook-site24x7', '~> 3.0.0'
knife supermarket install tr-chef-cookbook-site24x7
knife supermarket download tr-chef-cookbook-site24x7
README
Dependencies
Quality 17%

tr-chef-cookbook-site24x7

Installs the Site24x7 Agent on machine with needed attributes

Supported OS

  • Ubuntu 14.04 + 16.04 + 18.04 + 20.04

Usage

 {
   "tr-site24x7": {
    "apikeycustomer": "<apikey>",
    "groupname": "<groupname>",
    "plugins": {
      "webserver-check-local": {
        "version": "1",
        "domains": ["tecracer.de", "test.de"]
      }
    }
  }
 }

Attributes

The attributes used by this cookbook:

Attribute Description Type
apikey Enter the Account API Key to allow registering the instance with the Site24x7 Server String
groupname setting the groupname gives you a better overview for the instances. <groupname> - <serverhost> String
webserver-check-local.version Change this version, if plugin is not registered correctly and the plugin is updated String
webserver-check-local.domains Add all wished domain names to monitor (without http/https://) Array

Recipes

default

  • This recipe installs and starts the agent

deletemonitor

  • This recipe deletes a monitor from Site24x7 Account (for use with OpsWorks)

plugin-webserver-check-local

  • This recipe installs the plugin and

License and Authors

All rights reserved. This book or any portion thereof may not be reproduced or used in any manner whatsoever
without the express written permission of the publisher except for the use of brief quotations in a book review.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

3.0.0 failed this metric

Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Cookstyle Metric
            

3.0.0 failed this metric

Chef/Correctness/NodeNormal: Do not use node.normal. Replace with default/override/force_default/force_override attribute levels. (https://docs.chef.io/workstation/cookstyle/chef_correctness_nodenormal): tr-chef-cookbook-site24x7/recipes/localid.rb: 29

Run with Cookstyle Version 7.32.1 with cops Chef/Deprecations,Chef/Correctness,Chef/Sharing,Chef/RedundantCode,Chef/Modernize,Chef/Security,InSpec/Deprecations