Commit graph

290 commits

Author SHA1 Message Date
Nick Chappell
201ac76d69 Added a link to the Launchpad page for the Icinga PPA. 2014-09-22 21:59:38 -07:00
Nick Chappell
0598e74f56 Typo. 2014-09-22 21:50:16 -07:00
Alessandro Franceschi
8f5a201bc1 Added generic icinga2::conf define @7273
Signed-off-by: Nick Chappell <nick@intronic.org>

Merged in from: https://github.com/Icinga/puppet-icinga2/pull/12

Refs #7273: https://dev.icinga.org/issues/7273
2014-09-18 19:47:54 -07:00
Alessandro Franceschi
529cbb380a Fix for wrong package name in Debian 7
Signed-off-by: Nick Chappell <nick@intronic.org>

Taken from: https://github.com/Icinga/puppet-icinga2/pull/9

refs #7264, https://dev.icinga.org/issues/7264
2014-09-17 20:52:53 -07:00
Alessandro Franceschi
abc978ce41 Added Debian 7 support
Signed-off-by: Nick Chappell <nick@intronic.org>

Taken from: https://github.com/Icinga/puppet-icinga2/pull/9

refs #7264, https://dev.icinga.org/issues/7264
2014-09-17 20:51:11 -07:00
Nick Chappell
6d0b759fa6 Added a SyslogLogger object, accompanying ERB template and README additions.
refs#7234: https://dev.icinga.org/issues/7234
2014-09-15 21:07:42 -07:00
Nick Chappell
e32a5806c3 Added support for installing packages on Icinga 2 servers that will make the mail command available. Without it, Icinga 2 can't send out notifications. Also added a parameter to controller whether the packages will get installed; added a note in the README about the parameter.
refs #7212: https://dev.icinga.org/issues/7212
2014-09-15 20:26:51 -07:00
Nick Chappell
be65a35280 Use the operatingsystemmajrelease fact instead of operatingsystemelease for the sub-case statements in params.pp. 2014-09-13 21:54:46 -07:00
Nick Chappell
e6bb09d79b Make support for CentOS 7 explicit; add sub-case statements for CentOS 6 and 7 and Ubuntu 12.04 and 14.04; fail if we're on any CentOS release other than 6 or 7 or Ubuntu 12.04 or 14.04. 2014-09-13 20:10:11 -07:00
Nick Chappell
cc57f33ac1 Whitespace cleanup. 2014-09-13 19:46:24 -07:00
Nick Chappell
b7c6046ec5 Removed mentions of Red Hat from comments since it's not officially supported. 2014-09-13 19:28:38 -07:00
Nick Chappell
e8d39f7085 Remove the commented out server_db_schema_path parameter from the parameter list, since it's being used internally inside of the icinga2::server class now. 2014-09-13 19:05:48 -07:00
Nick Chappell
c33c71b64a Removed Debian references from the comments. 2014-09-13 16:50:41 -07:00
Nick Chappell
3e2b330dd6 Add parameters for the server and client package installations to specify '--no-install-recommends' on Ubuntu 14.04 and 12.04 systems, then use the parameter in the server and client plugin package installs.
This will prevent Nagios 3 from being installed and started, as nagios3 and related packages frequently come along as recommended packages for many of the Nagios plugin packages on Debian/Ubuntu systems.
2014-09-13 15:32:30 -07:00
Nick Chappell
e88c4014ec Replaced the Debian/Ubuntu regex with just 'Ubuntu' as a string, since Debian isn't officially supported yet. 2014-09-12 20:32:49 -07:00
Nick Chappell
cf20a52ba0 Removed RedHat mentions, since it's not technically supported. 2014-09-12 20:25:32 -07:00
Thomas Weißschuh
13f0031b30 fully qualify facts
Signed-off-by: Nick Chappell <nick@intronic.org>

Fully quality instances of the $operatingsystem Facter fact.

Originally from: https://github.com/Icinga/puppet-icinga2/pull/6

refs #7190, https://dev.icinga.org/issues/7190
2014-09-11 22:49:55 -07:00
Thomas Weißschuh
56618bee69 liddir -> libdir
Signed-off-by: Nick Chappell <nick@intronic.org>

Fixes a typo by changing instances of 'liddir' to 'libdir'.

Originally from https://github.com/Icinga/puppet-icinga2/pull/6

refs #7189, https://dev.icinga.org/issues/7189
2014-09-11 22:48:40 -07:00
Nick Chappell
52da440fa5 Added a servicegroup object defined type. 2014-09-07 16:31:03 -07:00
Nick Chappell
2e44972f70 Changed the DB schema file paths for RHEL/CentOS. 2014-09-07 14:29:34 -07:00
Nick Chappell
d4794afa95 For Ubuntu systems, switch to adding the Icinga PPA instead of the release snapshot apt repo. 2014-09-07 14:01:17 -07:00
Nick Chappell
bbb2ed10f4 Remove Debian from the regex since it's not a supported distro yet. 2014-09-07 13:41:57 -07:00
Nick Chappell
200645b4cc Added validation to the icinga2::object::usergroup class' parameters. 2014-09-06 18:50:27 -07:00
Nick Chappell
b83450af91 Added validation to the icinga2::object::user class' parameters. 2014-09-06 18:50:21 -07:00
Nick Chappell
c8230124ef Added validation to the icinga2::object::service class' parameters. 2014-09-06 18:50:13 -07:00
Nick Chappell
1af2287ea7 Added validation to the icinga2::object::idopgsqlconnection class' parameters. 2014-09-06 18:44:34 -07:00
Nick Chappell
db735934b5 Added validation to the icinga2::object::idomysqlconnection class' parameters. 2014-09-06 18:44:26 -07:00
Nick Chappell
ddc3395113 Added validation to the icinga2::object::hostgroup class' parameters. 2014-09-06 18:44:12 -07:00
Nick Chappell
ee68d95053 Added validation to the icinga2::object::host class' parameters. 2014-09-06 18:44:05 -07:00
Nick Chappell
4e1cec7439 Added validation to the icinga2::object::apply_service_to_host class' parameters. 2014-09-06 18:43:50 -07:00
Nick Chappell
c95e81d2c3 Added validation to the icinga2::nrpe::plugin class' parameters. 2014-09-06 18:04:50 -07:00
Nick Chappell
2a150f33e9 Added validation to the icinga2::nrpe::command class' parameters. 2014-09-06 18:04:42 -07:00
Nick Chappell
3f37faa3b6 Added validation to nrpe.pp's parameters. 2014-09-06 18:04:15 -07:00
Nick Chappell
a12585bc7c Make the default value of the server_install_nagios_plugins value a boolean version true instead of a string version 'true'. 2014-09-06 17:51:40 -07:00
Nick Chappell
8ce71724ad Add some more validation of parameters to the icinga2::server's parameters. 2014-09-06 17:51:04 -07:00
Nick Chappell
fe21de08f0 Remove duplicate enable_notifications parameter that was added. 2014-08-24 18:14:50 -07:00
Nick Chappell
9ec7f5ca9c Name user object files after the defined type instance's name instead of the FQDN of the machine. 2014-08-24 17:59:58 -07:00
Nick Chappell
2c6d82895c Added an enable_notifications parameter to the user object defined type. 2014-08-24 17:48:28 -07:00
Nick Chappell
7a21694ab2 Added a usergroup defined type and accompanying ERB tempalte. 2014-08-24 17:25:42 -07:00
Nick Chappell
cb477311a9 Add a - between the su and postgres so that we inherit the Postgres user's environment and don't try to run the command with /root as the working directory. 2014-08-24 12:25:06 -07:00
Nick Chappell
f9f7cc5ad9 Use && in between the shell commands in the exects so that if any of the commands inside fail, the entire exec resource will fail.
With ; in between each shell command, the command chain would continue on even if one of the commands returned a non-0 exit status. Because this would make Puppet think the entire exec resource succeeded, Puppet would continue on configuring the rest of the resources in icinga2::server and all of its subclasses. With && in between each subcommand, the execs will fail if any of the subcommands fail and Puppet will skip the rest of the module's resources, not leaving things in a bad state.
2014-08-24 12:07:46 -07:00
Nick Chappell
3596f236ce Whitespace cleanup. 2014-08-23 17:39:36 -07:00
Nick Chappell
552072ec3b Added a defined type for Postgres IDO connection object definitions. 2014-08-22 22:26:42 -07:00
Nick Chappell
15e9555f64 Added a defined type for MySQL IDO connection object definitions. 2014-08-22 18:29:46 -07:00
Nick Chappell
eea0b20565 Remove language referring to Ubuntu Saucy and the snapshots repo since neither of those are being used or supported. 2014-08-22 10:52:06 -07:00
Nick Chappell
3b6e1a38bc Added nagios-nrpe-plugin to the client plugin package list for Ubuntu 12.04. 2014-08-21 22:12:30 -07:00
Nick Chappell
9dc73da5db Whitespace cleanup in manifests/server.pp 2014-08-21 22:07:01 -07:00
melanie
599e7dea30 add db_port parameter to match the documentation
refs https://github.com/Icinga/puppet-icinga2/pull/2

Signed-off-by: Nick Chappell <nick@intronic.org>
2014-08-21 21:55:21 -07:00
Nick Chappell
3674a4ee14 Remove the single quotes around the default value for since it's meant to be a boolean value, not a string. 2014-08-21 20:44:28 -07:00
Adam Stephens
de61c1a14f make manage_repos parameter work 2014-08-18 09:31:31 -04:00
Nick Chappell
74d407f220 Added the NRPE plugin to the plugin package list that's used for NRPE installs on Ubuntu 14.04. 2014-08-17 14:22:27 -07:00
Nick Chappell
d5fa1e655a Added a states parameter to the user object and rendering of it to the ERB template. 2014-08-03 19:16:58 -07:00
Nick Chappell
6ad25eee99 Added a types parameter to the user object and rendering of it to the ERB template. 2014-08-03 19:15:57 -07:00
Nick Chappell
086a300b1f Added a period parameter to the user object and rendering of it to the ERB template. 2014-08-03 19:14:02 -07:00
Nick Chappell
92e7a4f5e7 Added an enable_notifications parameter to the user object and rendering of it to the ERB template. 2014-08-03 18:27:46 -07:00
Nick Chappell
7b5f7a994f Added a groups parameter to the user object and rendering of it to the ERB template. 2014-08-03 18:26:36 -07:00
Nick Chappell
f9193d14f7 Added a vars parameter to the user object and rendering of it to the ERB template. 2014-08-03 18:24:26 -07:00
Nick Chappell
89b3e25e9a Added a pager parameter to the user object and rendering of it to the ERB template. 2014-08-03 18:23:28 -07:00
Nick Chappell
d5173611f4 Added an email parameter to the user object and rendering of it to the ERB template. 2014-08-03 18:20:29 -07:00
Nick Chappell
341f66433e Added a display_name parameter to the user object and rendering of it to the ERB template. 2014-08-02 22:28:34 -07:00
Nick Chappell
90ffb35e20 Added an object_username parameter. 2014-08-02 22:03:38 -07:00
Nick Chappell
ae0ca7e7f5 Added a skeleton user object and accompanying ERB template. 2014-08-02 22:01:15 -07:00
Nick Chappell
2b766285b2 Added an object defined type for applying services to hosts; also included an ERB template to render the object files. 2014-07-30 22:34:55 -07:00
Nick Chappell
06cd9ece88 Added a parameter and default value for the ignore_where parameter; added it to the service object ERB template. 2014-07-29 17:21:10 -07:00
Nick Chappell
e498643750 Remove trailing whitespace. 2014-07-29 08:33:32 -07:00
Nick Chappell
5f614ce97d Added a parameter and default value for the icon_image_alt parameter; added it to the service object ERB template. 2014-07-28 21:06:28 -07:00
Nick Chappell
90f256fea0 Added a parameter and default value for the icon_image parameter; added it to the service object ERB template. 2014-07-28 21:05:39 -07:00
Nick Chappell
81c52e9862 Added a parameter and default value for the action_url parameter; added it to the service object ERB template. 2014-07-28 21:04:54 -07:00
Nick Chappell
c9e90c6ff0 Added a parameter and default value for the notes_url parameter; added it to the service object ERB template. 2014-07-28 21:02:39 -07:00
Nick Chappell
65bd120e0d Added a parameter and default value for the notes parameter; added it to the service object ERB template. 2014-07-28 21:02:00 -07:00
Nick Chappell
40a6e5fb46 Added a parameter and default value for the volatile parameter; added it to the service object ERB template. 2014-07-28 20:57:43 -07:00
Nick Chappell
273b488c22 Added a parameter and default value for the flapping_threshold parameter; added it to the service object ERB template. 2014-07-28 20:52:23 -07:00
Nick Chappell
c715924797 Added a parameter and default value for the event_command parameter; added it to the service object ERB template. 2014-07-28 20:51:40 -07:00
Nick Chappell
d47a3ddee5 Added a parameter and default value for the enable_perfdata parameter; added it to the service object ERB template. 2014-07-28 20:50:07 -07:00
Nick Chappell
9bddcc25a0 Added a parameter and default value for the enable_flap_detection parameter; added it to the service object ERB template. 2014-07-28 20:49:27 -07:00
Nick Chappell
a22add7d56 Added a parameter and default value for the enable_event_handler parameter; added it to the service object ERB template. 2014-07-28 20:47:45 -07:00
Nick Chappell
31936ee5e7 Added a parameter and default value for the enable_passive_checks parameter; added it to the service object ERB template. 2014-07-28 20:46:44 -07:00
Nick Chappell
4b4079f7e8 Added a parameter and default value for the enable_active_checks parameter; added it to the service object ERB template. 2014-07-28 20:45:53 -07:00
Nick Chappell
91f67557eb Added a parameter and default value for the enable_notifications parameter; added it to the service object ERB template. 2014-07-28 20:43:38 -07:00
Nick Chappell
a1aa063e42 Added a parameter and default value for the retry_interval parameter; added it to the service object ERB template. 2014-07-28 20:42:53 -07:00
Nick Chappell
f2c44a9e1b Added a parameter and default value for the check_interval parameter; added it to the service object ERB template. 2014-07-28 20:42:05 -07:00
Nick Chappell
83bea379db Added a parameter and default value for the check_period parameter; added it to the service object ERB template. 2014-07-28 20:38:12 -07:00
Nick Chappell
b5251ef8c6 Added a parameter and default value for the max_check_attempts parameter; added it to the service object ERB template. 2014-07-28 20:37:03 -07:00
Nick Chappell
022abb8cdf Added a parameter and default value for the check_command parameter; added it to the service object ERB template. 2014-07-28 19:30:55 -07:00
Nick Chappell
948b5b68aa Added a parameter and default value for the vars parameter; added it to the service object ERB template. 2014-07-28 19:26:39 -07:00
Nick Chappell
90d22283aa Added a parameter and default value for the groups parameter; added it to the service object ERB template. 2014-07-28 19:24:39 -07:00
Nick Chappell
a66de2fe38 Removing the name parameter from the lists of parameters to add since it's part of the template and defined type already. 2014-07-28 19:23:48 -07:00
Nick Chappell
ec0a3b1bd5 Added a parameter and default value for the host_name parameter; added it to the service object ERB template. 2014-07-28 19:22:00 -07:00
Nick Chappell
3b931c2068 Added a parameter and default value for the display_name parameter; added it to the service object ERB template. 2014-07-28 19:17:11 -07:00
Nick Chappell
2419d0d58f Added a parameter for a template that can be imported; added it to the service object ERB template. 2014-07-28 19:15:10 -07:00
Nick Chappell
e0de7f8c45 Added an object_servicename parameter; this isn't part of the service object spec on the Icinga 2 docs, but I use it internally in the template. 2014-07-28 19:12:32 -07:00
Nick Chappell
99465d00b7 Added a list of parameters that need to be added to the service object defined type manifest. 2014-07-28 19:07:50 -07:00
Nick Chappell
b592b93b58 Added file parameters and default values for the service object defined type. 2014-07-28 18:59:09 -07:00
Nick Chappell
b6c832524b Added a skeleton defined type for service objects. 2014-07-28 18:57:07 -07:00
Nick Chappell
9ce8678b7b Added more header comments. 2014-07-28 18:49:09 -07:00
Nick Chappell
d9695544ad Added an icon_image_alt parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 21:19:21 -07:00
Nick Chappell
e16704399e Added an icon_image parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 21:18:38 -07:00
Nick Chappell
3e84b13e5b Added an action_url parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 21:18:01 -07:00
Nick Chappell
a99d56aab2 Added a notes_url parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 21:16:05 -07:00
Nick Chappell
b366738fd9 Added a notes parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 21:15:01 -07:00
Nick Chappell
16a558c534 Added a volatile parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 21:14:20 -07:00
Nick Chappell
6809afc9b9 Added a flapping_threshold parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 21:12:29 -07:00
Nick Chappell
7942e8a3b7 Added an event_command parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 21:10:25 -07:00
Nick Chappell
8012897f6b Added an enable_perfdata parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 21:08:09 -07:00
Nick Chappell
6981ccf12d Added an enable_flap_detection parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 20:53:07 -07:00
Nick Chappell
3f1b1847be Added an enable_event_handler parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 20:50:26 -07:00
Nick Chappell
55c81ab2a1 Added an enable_passive_checks parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 20:47:24 -07:00
Nick Chappell
5c5d88eee6 Added an enable_active_checks parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 20:45:48 -07:00
Nick Chappell
ad45f44542 Added an enable_notifications parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 20:41:31 -07:00
Nick Chappell
f28dcf90a6 Added a retry_interval parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 20:19:41 -07:00
Nick Chappell
ca7438d798 Added a check_interval parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 20:16:56 -07:00
Nick Chappell
b9a64802f8 Added a check_period parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 20:15:55 -07:00
Nick Chappell
7b51e2d4f2 Added a max_check_attempts parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 19:10:44 -07:00
Nick Chappell
6dad69c02a Added a check_command parameter and redering of it in the host object ERB template; removed it from the lists of needed parameters. 2014-07-26 18:59:25 -07:00
Nick Chappell
c5d1b96fdf Changed default value of the IPv6 address parameter to undef so that we don't get address6 set in a host definition to an IPv4 address that facter returns. 2014-07-26 18:20:59 -07:00
Nick Chappell
999964f09a Added a list of parameters that still need to be added to the ::object::host class as comments. 2014-07-26 18:06:28 -07:00
Nick Chappell
e099b9c1d3 Renamed the objects file and directory. 2014-07-26 17:08:47 -07:00
Nick Chappell
bf8cde0053 Renamed objects:: class to object:: since each defined type is for a single object type. 2014-07-26 17:07:03 -07:00
Nick Chappell
1927d0377e Added a hostgroup defined type. 2014-07-20 20:40:22 -07:00
Nick Chappell
bdf994929f Deleted the duplicate client.pp and client/ directories. 2014-07-20 17:37:57 -07:00
Nick Chappell
f4e07050fc Renamed the icinga2::client class to icinga2::nrpe; this is mainly to accomodate other potential tyes of clients in the future, like NSCA or the Icinga 2 agent. 2014-07-20 17:35:20 -07:00
Nick Chappell
4d5c93d32a Wrapped the server plugin install in an if statement so that installing the plugins packages depends on the parameter being set to true. 2014-07-20 17:05:11 -07:00
Nick Chappell
507fc377ff Added a parameter for picking whether to install the Nagios plugins packages on nodes with the icinga2::server class applied. 2014-07-20 17:04:25 -07:00
Nick Chappell
a8640bef22 Added an array for a groups parameter and a hash for a vars parameter. 2014-07-10 21:04:51 -07:00
Nick Chappell
441216a3c4 Added parameters to specify the target file's owner, group and mode. 2014-07-10 19:44:49 -07:00
Nick Chappell
8054821d60 Merge branch 'feature/object_defined_types' into develop 2014-07-09 22:21:13 -07:00
Nick Chappell
0437d4d69a Added a basic defined type for Icinga 2 host objects; added an accompanying template.
This is really basic now. I'll add more parameters to it later on.
2014-07-09 22:20:08 -07:00
Nick Chappell
125f29a811 Added the package to Ubuntu 12.04 and 14.04 that contains the NRPE plugin, check_nrpe. 2014-07-08 18:53:34 -07:00
Nick Chappell
33ff28b86d Add parameters for Nagios plugin pacakges and install them with a package resource in the icinga2::server::packages class so we can get the Nagios plugin packages Icinga 2 servers. 2014-07-05 22:00:20 -07:00
Nick Chappell
5ce282fdc8 Added an empty class file for icinga2::objects so that we can keep all of the object types in their own subclass and directory hierarchy. 2014-07-05 18:12:36 -07:00
Nick Chappell
70e0f29dfc Added directories for template, constant and apply objects. 2014-07-05 18:10:37 -07:00
Nick Chappell
98022e2910 Add directory resources for /etc/icinga2/objects and subdirectories underneath it for each object type outlined on: http://docs.icinga.org/icinga2/latest/doc/module/icinga2/toc#icinga2#object-types. 2014-07-05 16:35:16 -07:00
Nick Chappell
d354aaffcd Added parameters for /etc/icinga2/objects/ and its subfolders. 2014-07-05 16:33:10 -07:00
Nick Chappell
9c83a449e0 Added a subsection for server service parameters and case statement to pick the Icinga 2 daemon name based on the OS; added a service resource for the Icinga 2 daemon; uncommented the squiggly arrows so the icinga2::server::service class gets applied. 2014-07-05 15:58:05 -07:00
Nick Chappell
995f4877a7 Added a subsection for server service parameters. 2014-07-05 15:56:55 -07:00
Nick Chappell
616784a032 Added a directory resource for /etc/icinga2/zones.d/. 2014-07-05 15:49:28 -07:00
Nick Chappell
5d5209883e Added a directory resource for /etc/icinga2/scripts/. 2014-07-05 15:48:49 -07:00
Nick Chappell
01bab8b187 Added a directory resource for /etc/icinga2/pki/. 2014-07-05 15:47:37 -07:00
Nick Chappell
414849941d Added a directory resource for /etc/icinga2/features-enabled. 2014-07-05 15:47:04 -07:00
Nick Chappell
6489063193 Added a file resource for /etc/icinga2/features-available/. 2014-07-05 15:43:00 -07:00
Nick Chappell
42af2a2f95 Added a file resource for /etc/icinga2/conf.d/. 2014-07-05 15:41:47 -07:00
Nick Chappell
5a6e78d47d Added a file resource for /etc/icinga2/icinga2.conf. 2014-07-05 15:36:56 -07:00
Nick Chappell
82a3cf983c Added a directory resource for /etc/icinga2/. 2014-07-05 15:24:13 -07:00
Nick Chappell
d4f6484702 Uncomment chaining arrows so that we apply the icinga2::server::config class after the icinga2::server::install class. 2014-07-05 15:23:54 -07:00
Nick Chappell
061fffb235 Added parameters that will get used in directory resources for /etc/icinga2/pki/ and /etc/icinga2/scripts/. 2014-07-05 15:17:37 -07:00
Nick Chappell
8d6deb2a16 Added file and directory owner, group and mode parameters. 2014-07-05 15:06:41 -07:00
Nick Chappell
1d3b9a1942 Added server config parameter subsection. 2014-07-05 13:57:47 -07:00
Nick Chappell
c1483d1034 Include the ::server class, not the ::params class. 2014-07-05 13:51:36 -07:00
Nick Chappell
4e8d08e186 Added a defined type for NRPE plugins. 2014-07-05 13:50:18 -07:00
Nick Chappell
3f1ecdab02 Added icinga2::client::service class. 2014-07-05 13:50:02 -07:00