=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== icinga2-2.12.2/CHANGELOG.md-1714-* [#4987](https://github.com/icinga/icinga2/issues/4987) (ITL): Review `dummy` entry in ITL icinga2-2.12.2/CHANGELOG.md:1715:* [#4985](https://github.com/icinga/icinga2/issues/4985) (ITL): Allow hpasm command from ITL to run in local mode icinga2-2.12.2/CHANGELOG.md-1716-* [#4964](https://github.com/icinga/icinga2/issues/4964) (ITL, PR): ITL: check\_icmp: add missing TTL attribute ############################################## icinga2-2.12.2/CHANGELOG.md-2630- Additional arguments for check_disk icinga2-2.12.2/CHANGELOG.md:2631: Fix incorrect path for the check_hpasm plugin icinga2-2.12.2/CHANGELOG.md-2632- New command: check_iostat ############################################## icinga2-2.12.2/CHANGELOG.md-2713-* [#3927](https://github.com/icinga/icinga2/issues/3927) (ITL): Checkcommand Disk : Option Freespace-ignore-reserved icinga2-2.12.2/CHANGELOG.md:2714:* [#3749](https://github.com/icinga/icinga2/issues/3749) (ITL): The hpasm check command is using the PluginDir constant icinga2-2.12.2/CHANGELOG.md-2715-* [#3747](https://github.com/icinga/icinga2/issues/3747) (ITL): Add check\_iostat to ITL ############################################## icinga2-2.12.2/CONTRIBUTING.md-317-* Default values icinga2-2.12.2/CONTRIBUTING.md:318: * If `host.address` is involved, set a custom attribute (e.g. `ping_address`) to the default `$address$`. This allows users to override the host's address later on by setting the custom attribute inside the service apply definitions. icinga2-2.12.2/CONTRIBUTING.md:319: * If the plugin is also capable to use ipv6, import the `ipv4-or-ipv6` template and use `$check_address$` instead of `$address$`. This allows to fall back to ipv6 if only this address is set. icinga2-2.12.2/CONTRIBUTING.md-320- * If `set_if` is involved, ensure to specify a sane default value if required. icinga2-2.12.2/CONTRIBUTING.md-321-* Templates if there are multiple plugins with the same basic behaviour (e.g. ping4 and ping6). icinga2-2.12.2/CONTRIBUTING.md:322:* Your love and enthusiasm in making it the perfect CheckCommand. icinga2-2.12.2/CONTRIBUTING.md-323- ############################################## icinga2-2.12.2/doc/03-monitoring-basics.md-480- icinga2-2.12.2/doc/03-monitoring-basics.md:481:In this example we are using the `$address$` macro to refer to the host's `address` icinga2-2.12.2/doc/03-monitoring-basics.md-482-attribute. icinga2-2.12.2/doc/03-monitoring-basics.md-483- icinga2-2.12.2/doc/03-monitoring-basics.md:484:We can also directly refer to custom variables, e.g. by using `$ping_wrta$`. Icinga icinga2-2.12.2/doc/03-monitoring-basics.md-485-automatically tries to find the closest match for the attribute you specified. The ############################################## icinga2-2.12.2/doc/03-monitoring-basics.md-490-> When using the `$` sign as single character you must escape it with an icinga2-2.12.2/doc/03-monitoring-basics.md:491:> additional dollar character (`$$`). icinga2-2.12.2/doc/03-monitoring-basics.md-492- ############################################## icinga2-2.12.2/doc/03-monitoring-basics.md-1990- icinga2-2.12.2/doc/03-monitoring-basics.md:1991:The check command definition also sets `mysql_host` to the `$address$` default value. You can override icinga2-2.12.2/doc/03-monitoring-basics.md-1992-this command parameter if for example your MySQL host is not running on the same server's ip address. ############################################## icinga2-2.12.2/doc/03-monitoring-basics.md-2516-and service notifications by email. Based on the Icinga 2 runtime macros icinga2-2.12.2/doc/03-monitoring-basics.md:2517:(such as `$service.output$` for the current check output) it's possible icinga2-2.12.2/doc/03-monitoring-basics.md-2518-to send email to the user(s) associated with the notification itself icinga2-2.12.2/doc/03-monitoring-basics.md:2519:(`$user.email$`). Feel free to take these scripts as a starting point icinga2-2.12.2/doc/03-monitoring-basics.md-2520-for your own individual notification solution - and keep in mind that ############################################## icinga2-2.12.2/doc/03-monitoring-basics.md-2552- -------------------------------|--------------------------------------- icinga2-2.12.2/doc/03-monitoring-basics.md:2553: `notification_date` | **Required.** Date and time. Defaults to `$icinga.long_date_time$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2554: `notification_hostname` | **Required.** The host's `FQDN`. Defaults to `$host.name$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2555: `notification_hostdisplayname` | **Required.** The host's display name. Defaults to `$host.display_name$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2556: `notification_hostoutput` | **Required.** Output from host check. Defaults to `$host.output$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2557: `notification_useremail` | **Required.** The notification's recipient(s). Defaults to `$user.email$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2558: `notification_hoststate` | **Required.** Current state of host. Defaults to `$host.state$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2559: `notification_type` | **Required.** Type of notification. Defaults to `$notification.type$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2560: `notification_address` | **Optional.** The host's IPv4 address. Defaults to `$address$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2561: `notification_address6` | **Optional.** The host's IPv6 address. Defaults to `$address6$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2562: `notification_author` | **Optional.** Comment author. Defaults to `$notification.author$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2563: `notification_comment` | **Optional.** Comment text. Defaults to `$notification.comment$`. icinga2-2.12.2/doc/03-monitoring-basics.md-2564- `notification_from` | **Optional.** Define a valid From: string (e.g. `"Icinga 2 Host Monitoring <icinga@example.com>"`). Requires `GNU mailutils` (Debian/Ubuntu) or `mailx` (RHEL/SUSE). ############################################## icinga2-2.12.2/doc/03-monitoring-basics.md-2578- ----------------------------------|--------------------------------------- icinga2-2.12.2/doc/03-monitoring-basics.md:2579: `notification_date` | **Required.** Date and time. Defaults to `$icinga.long_date_time$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2580: `notification_hostname` | **Required.** The host's `FQDN`. Defaults to `$host.name$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2581: `notification_servicename` | **Required.** The service name. Defaults to `$service.name$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2582: `notification_hostdisplayname` | **Required.** Host display name. Defaults to `$host.display_name$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2583: `notification_servicedisplayname` | **Required.** Service display name. Defaults to `$service.display_name$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2584: `notification_serviceoutput` | **Required.** Output from service check. Defaults to `$service.output$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2585: `notification_useremail` | **Required.** The notification's recipient(s). Defaults to `$user.email$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2586: `notification_servicestate` | **Required.** Current state of host. Defaults to `$service.state$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2587: `notification_type` | **Required.** Type of notification. Defaults to `$notification.type$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2588: `notification_address` | **Optional.** The host's IPv4 address. Defaults to `$address$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2589: `notification_address6` | **Optional.** The host's IPv6 address. Defaults to `$address6$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2590: `notification_author` | **Optional.** Comment author. Defaults to `$notification.author$`. icinga2-2.12.2/doc/03-monitoring-basics.md:2591: `notification_comment` | **Optional.** Comment text. Defaults to `$notification.comment$`. icinga2-2.12.2/doc/03-monitoring-basics.md-2592- `notification_from` | **Optional.** Define a valid From: string (e.g. `"Icinga 2 Host Monitoring <icinga@example.com>"`). Requires `GNU mailutils` (Debian/Ubuntu) or `mailx` (RHEL/SUSE). ############################################## icinga2-2.12.2/doc/03-monitoring-basics.md-2855-evaluating the current service state and other service runtime attributes icinga2-2.12.2/doc/03-monitoring-basics.md:2856:available through runtime variables. Runtime macros such as `$service.state_type$` icinga2-2.12.2/doc/03-monitoring-basics.md:2857:and `$service.state$` will be processed by Icinga 2 and help with fine-granular icinga2-2.12.2/doc/03-monitoring-basics.md-2858-triggered events ############################################## icinga2-2.12.2/doc/03-monitoring-basics.md-3206-The `event_by_ssh_service` custom variable takes care of passing the correct icinga2-2.12.2/doc/03-monitoring-basics.md:3207:daemon name, while `test $service.state_id$ -gt 0` makes sure that the daemon icinga2-2.12.2/doc/03-monitoring-basics.md-3208-is only restarted when the service is not in an `OK` state. ############################################## icinga2-2.12.2/doc/07-agent-based-monitoring.md-272-Create the `coldstart_reset_event.sh` shell script to pass the expanded variable icinga2-2.12.2/doc/07-agent-based-monitoring.md:273:data in. The `$service.state_id$` is important in order to prevent an endless loop icinga2-2.12.2/doc/07-agent-based-monitoring.md-274-of event firing after the service has been reset. ############################################## icinga2-2.12.2/doc/07-agent-based-monitoring.md-336-if [ "$SERVICE_STATE_ID" -gt 0 ]; then icinga2-2.12.2/doc/07-agent-based-monitoring.md:337: echo "[`date +%s`] PROCESS_SERVICE_CHECK_RESULT;$HOST_NAME;$SERVICE_NAME;0;Auto-reset (`date +"%m-%d-%Y %T"`)." >> /var/run/icinga2/cmd/icinga2.cmd icinga2-2.12.2/doc/07-agent-based-monitoring.md-338-fi ############################################## icinga2-2.12.2/doc/09-object-types.md-342- display\_name | String | **Optional.** A short description of the host (e.g. displayed by external interfaces instead of the name if set). icinga2-2.12.2/doc/09-object-types.md:343: address | String | **Optional.** The host's IPv4 address. Available as command runtime macro `$address$` if set. icinga2-2.12.2/doc/09-object-types.md:344: address6 | String | **Optional.** The host's IPv6 address. Available as command runtime macro `$address6$` if set. icinga2-2.12.2/doc/09-object-types.md-345- groups | Array of object names | **Optional.** A list of host groups this host belongs to. ############################################## icinga2-2.12.2/doc/09-object-types.md-376-> The `address` and `address6` attributes are required for running commands using icinga2-2.12.2/doc/09-object-types.md:377:> the `$address$` and `$address6$` runtime macros. icinga2-2.12.2/doc/09-object-types.md-378- ############################################## icinga2-2.12.2/doc/09-object-types.md-1218- icinga2-2.12.2/doc/09-object-types.md:1219:The index is rotated daily, as is recommended by Elastic, meaning the index will be renamed to `$index-$d.$M.$y`. icinga2-2.12.2/doc/09-object-types.md-1220- ############################################## icinga2-2.12.2/doc/09-object-types.md-1345- port | Number | **Optional.** Graphite Carbon port. Defaults to `2003`. icinga2-2.12.2/doc/09-object-types.md:1346: host\_name\_template | String | **Optional.** Metric prefix for host name. Defaults to `icinga2.$host.name$.host.$host.check_command$`. icinga2-2.12.2/doc/09-object-types.md:1347: service\_name\_template | String | **Optional.** Metric prefix for service name. Defaults to `icinga2.$host.name$.services.$service.name$.$service.check_command$`. icinga2-2.12.2/doc/09-object-types.md-1348- enable\_send\_thresholds | Boolean | **Optional.** Send additional threshold metrics. Defaults to `false`. ############################################## icinga2-2.12.2/doc/10-icinga-template-library.md-101------------------------|--------------- icinga2-2.12.2/doc/10-icinga-template-library.md:102:cluster\_zone | **Required.** The zone name. Defaults to `$host.name$`. icinga2-2.12.2/doc/10-icinga-template-library.md-103-cluster\_lag\_warning | **Optional.** Warning threshold for log lag in seconds. Applies if the log lag is greater than the threshold. ############################################## icinga2-2.12.2/doc/10-icinga-template-library.md-2627- icinga2-2.12.2/doc/10-icinga-template-library.md:2628:#### hpasm <a id="plugin-contrib-command-hpasm"></a> icinga2-2.12.2/doc/10-icinga-template-library.md-2629- ############################################## icinga2-2.12.2/doc/12-icinga2-api.md-2541- icinga2-2.12.2/doc/12-icinga2-api.md:2542:$response = curl_exec($ch); icinga2-2.12.2/doc/12-icinga2-api.md-2543-if ($response === false) { ############################################## icinga2-2.12.2/doc/15-troubleshooting.md-1051-> The CLI command uses exit codes aligned to the [Plugin API specification](05-service-monitoring.md#service-monitoring-plugin-api). icinga2-2.12.2/doc/15-troubleshooting.md:1052:> Run the commands followed with `echo $?` to see the exit code. icinga2-2.12.2/doc/15-troubleshooting.md-1053- ############################################## icinga2-2.12.2/doc/16-upgrading-icinga-2.md-828- icinga2-2.12.2/doc/16-upgrading-icinga-2.md:829:If Icinga 2 fails to start with an empty reference to `$ICINGA2_CACHE_DIR` icinga2-2.12.2/doc/16-upgrading-icinga-2.md-830-ensure to set it inside `/etc/sysconfig/icinga2` (RHEL) or `/etc/default/icinga2` (Debian). ############################################## icinga2-2.12.2/doc/18-library-reference.md-710-This example sets the `snmp_address` custom variable icinga2-2.12.2/doc/18-library-reference.md:711:based on `$address$` and `$address6$`. icinga2-2.12.2/doc/18-library-reference.md-712- ############################################## icinga2-2.12.2/doc/21-development.md-1759-In order to fix the colors for commands like `git status` or `git diff`, icinga2-2.12.2/doc/21-development.md:1760:edit `$HOME/.gitconfig` in your Powershell and add the following lines: icinga2-2.12.2/doc/21-development.md-1761- ############################################## icinga2-2.12.2/doc/21-development.md-2111- icinga2-2.12.2/doc/21-development.md:2112:Copy the icinga2 source code into `$HOME/icinga2`. Clone the `deb-icinga2` repository into `debian/`. icinga2-2.12.2/doc/21-development.md-2113- ############################################## icinga2-2.12.2/doc/23-migrating-from-icinga-1x.md-180-Host and service check command arguments are separated by a `!` in Icinga 1.x. Their order is important and they icinga2-2.12.2/doc/23-migrating-from-icinga-1x.md:181:are referenced as `$ARGn$` where `n` is the argument counter. icinga2-2.12.2/doc/23-migrating-from-icinga-1x.md-182- ############################################## icinga2-2.12.2/doc/23-migrating-from-icinga-1x.md-305- icinga2-2.12.2/doc/23-migrating-from-icinga-1x.md:306:If you are just defining `$CVTEST$` in your command definition, its value depends on the icinga2-2.12.2/doc/23-migrating-from-icinga-1x.md-307-execution scope -- the host check command will fetch the host attribute value of `vars.CVTEST` ############################################## icinga2-2.12.2/doc/23-migrating-from-icinga-1x.md-1097- icinga2-2.12.2/doc/23-migrating-from-icinga-1x.md:1098:`CONTACTADDRESS*` is not supported but can be accessed as `$user.vars.address1$` icinga2-2.12.2/doc/23-migrating-from-icinga-1x.md-1099-if set. ############################################## icinga2-2.12.2/etc/icinga2/scripts/mail-host-notification.sh-4- icinga2-2.12.2/etc/icinga2/scripts/mail-host-notification.sh:5:PROG="`basename $0`" icinga2-2.12.2/etc/icinga2/scripts/mail-host-notification.sh-6-ICINGA2HOST="`hostname`" ############################################## icinga2-2.12.2/etc/icinga2/scripts/mail-host-notification.sh-8- icinga2-2.12.2/etc/icinga2/scripts/mail-host-notification.sh:9:if [ -z "`which $MAILBIN`" ] ; then icinga2-2.12.2/etc/icinga2/scripts/mail-host-notification.sh-10- echo "$MAILBIN not found in \$PATH. Consider installing it." ############################################## icinga2-2.12.2/etc/icinga2/scripts/mail-service-notification.sh-4- icinga2-2.12.2/etc/icinga2/scripts/mail-service-notification.sh:5:PROG="`basename $0`" icinga2-2.12.2/etc/icinga2/scripts/mail-service-notification.sh-6-ICINGA2HOST="`hostname`" ############################################## icinga2-2.12.2/etc/icinga2/scripts/mail-service-notification.sh-8- icinga2-2.12.2/etc/icinga2/scripts/mail-service-notification.sh:9:if [ -z "`which $MAILBIN`" ] ; then icinga2-2.12.2/etc/icinga2/scripts/mail-service-notification.sh-10- echo "$MAILBIN not found in \$PATH. Consider installing it." ############################################## icinga2-2.12.2/etc/initsystem/icinga2.init.d.cmake-85- icinga2-2.12.2/etc/initsystem/icinga2.init.d.cmake:86: pid=`cat $ICINGA2_PID_FILE` icinga2-2.12.2/etc/initsystem/icinga2.init.d.cmake-87- ############################################## icinga2-2.12.2/etc/initsystem/icinga2.init.d.cmake-143- icinga2-2.12.2/etc/initsystem/icinga2.init.d.cmake:144: pid=`cat $ICINGA2_PID_FILE` icinga2-2.12.2/etc/initsystem/icinga2.init.d.cmake-145- if icinga2 internal signal -s SIGCHLD -p $pid >/dev/null 2>&1; then ############################################## icinga2-2.12.2/etc/initsystem/safe-reload.cmake-43- icinga2-2.12.2/etc/initsystem/safe-reload.cmake:44:pid=`cat $ICINGA2_PID_FILE` icinga2-2.12.2/etc/initsystem/safe-reload.cmake-45-if ! kill -HUP $pid >/dev/null 2>&1; then ############################################## icinga2-2.12.2/icinga-app/icinga2.cmake-4-if test "x`uname -s`" = "xLinux" -a "x$1" = "xconsole"; then icinga2-2.12.2/icinga-app/icinga2.cmake:5: libedit_line=`ldd $ICINGA2_BIN 2>&1 | grep libedit` icinga2-2.12.2/icinga-app/icinga2.cmake-6- if test $? -eq 0; then icinga2-2.12.2/icinga-app/icinga2.cmake:7: libedit_path=`echo $libedit_line | cut -f3 -d' '` icinga2-2.12.2/icinga-app/icinga2.cmake-8- if test -n "$libedit_path"; then icinga2-2.12.2/icinga-app/icinga2.cmake:9: libdir=`dirname -- $libedit_path` icinga2-2.12.2/icinga-app/icinga2.cmake-10- found=0 icinga2-2.12.2/icinga-app/icinga2.cmake:11: for libreadline_path in `ls -1r -- $libdir/libreadline.so.* 2>/dev/null`; do icinga2-2.12.2/icinga-app/icinga2.cmake-12- found=1 ############################################## icinga2-2.12.2/icinga-app/icinga2.cmake-15- if test $found -eq 0; then icinga2-2.12.2/icinga-app/icinga2.cmake:16: libdir2=/`echo $libdir | cut -f3- -d/` icinga2-2.12.2/icinga-app/icinga2.cmake:17: for libreadline_path in `ls -1r -- $libdir2/libreadline.so.* 2>/dev/null`; do icinga2-2.12.2/icinga-app/icinga2.cmake-18- found=1 ############################################## icinga2-2.12.2/lib/base/socket.cpp-113- */ icinga2-2.12.2/lib/base/socket.cpp:114:std::pair<String, String> Socket::GetDetailsFromSockaddr(sockaddr *address, socklen_t len) icinga2-2.12.2/lib/base/socket.cpp-115-{ ############################################## icinga2-2.12.2/lib/base/socket.cpp-172- try { icinga2-2.12.2/lib/base/socket.cpp:173: details = GetDetailsFromSockaddr((sockaddr *)&sin, len); icinga2-2.12.2/lib/base/socket.cpp-174- } catch (const std::exception&) { ############################################## icinga2-2.12.2/lib/base/socket.cpp-222- try { icinga2-2.12.2/lib/base/socket.cpp:223: details = GetDetailsFromSockaddr((sockaddr *)&sin, len); icinga2-2.12.2/lib/base/socket.cpp-224- } catch (const std::exception&) { ############################################## icinga2-2.12.2/lib/base/socket.hpp-57- icinga2-2.12.2/lib/base/socket.hpp:58: static std::pair<String, String> GetDetailsFromSockaddr(sockaddr *address, socklen_t len); icinga2-2.12.2/lib/base/socket.hpp-59- static String GetHumanReadableAddress(const std::pair<String, String>& socketDetails); ############################################## icinga2-2.12.2/lib/base/utility.cpp-111- icinga2-2.12.2/lib/base/utility.cpp:112: if (dladdr(const_cast<void *>(addr), &dli) > 0) icinga2-2.12.2/lib/base/utility.cpp-113- return dli.dli_sname; ############################################## icinga2-2.12.2/lib/base/utility.cpp-127- icinga2-2.12.2/lib/base/utility.cpp:128: if (SymFromAddr(GetCurrentProcess(), dwAddress, &dwDisplacement, pSymbol)) { icinga2-2.12.2/lib/base/utility.cpp-129- char output[256]; ############################################## icinga2-2.12.2/third-party/cmake/GetGitRevisionDescription.cmake-69- @ONLY) icinga2-2.12.2/third-party/cmake/GetGitRevisionDescription.cmake:70: include("${GIT_DATA}/grabRef.cmake") icinga2-2.12.2/third-party/cmake/GetGitRevisionDescription.cmake-71- ############################################## icinga2-2.12.2/tools/mkclass/class_parser.yy-131- { icinga2-2.12.2/tools/mkclass/class_parser.yy:132: context->HandleInclude($1, yylloc); icinga2-2.12.2/tools/mkclass/class_parser.yy-133- std::free($1); ############################################## icinga2-2.12.2/tools/mkclass/class_parser.yy-136- { icinga2-2.12.2/tools/mkclass/class_parser.yy:137: context->HandleAngleInclude($1, yylloc); icinga2-2.12.2/tools/mkclass/class_parser.yy-138- std::free($1); ############################################## icinga2-2.12.2/tools/mkclass/class_parser.yy-141- { icinga2-2.12.2/tools/mkclass/class_parser.yy:142: context->HandleImplInclude($1, yylloc); icinga2-2.12.2/tools/mkclass/class_parser.yy-143- std::free($1); ############################################## icinga2-2.12.2/tools/mkclass/class_parser.yy-146- { icinga2-2.12.2/tools/mkclass/class_parser.yy:147: context->HandleAngleImplInclude($1, yylloc); icinga2-2.12.2/tools/mkclass/class_parser.yy-148- std::free($1); ############################################## icinga2-2.12.2/tools/selinux/icinga2.if-319- optional_policy(` icinga2-2.12.2/tools/selinux/icinga2.if:320: systemd_passwd_agent_exec($1) icinga2-2.12.2/tools/selinux/icinga2.if-321- systemd_read_fifo_file_passwd_run($1) ############################################## icinga2-2.12.2/tools/selinux/icinga2.sh-2- icinga2-2.12.2/tools/selinux/icinga2.sh:3:DIRNAME=`dirname $0` icinga2-2.12.2/tools/selinux/icinga2.sh-4-cd $DIRNAME ############################################## icinga2-2.12.2/tools/selinux/icinga2.sh-12- if [ "$1" = "--update" ] ; then icinga2-2.12.2/tools/selinux/icinga2.sh:13: time=`ls -l --time-style="+%x %X" icinga2.te | awk '{ printf "%s %s", $6, $7 }'` icinga2-2.12.2/tools/selinux/icinga2.sh:14: rules=`ausearch --start $time -m avc --raw -se icinga2` icinga2-2.12.2/tools/selinux/icinga2.sh-15- if [ x"$rules" != "x" ] ; then ############################################## icinga2-2.12.2/tools/win32/load-vsenv.ps1-47- icinga2-2.12.2/tools/win32/load-vsenv.ps1:48:cmd.exe /c "call `"${vcvars}`" && set > `"${BUILD}\vcvars.txt`"" icinga2-2.12.2/tools/win32/load-vsenv.ps1-49-if ($LastExitCode -ne 0) { ############################################## icinga2-2.12.2/debian/rules-58- for file in lib/db_ido_$$dbms/schema/upgrade/* ; do \ icinga2-2.12.2/debian/rules:59: cp $$file debian/icinga2-ido-$$dbms/usr/share/dbconfig-common/data/icinga2-ido-$$dbms/upgrade/$$dbms/`basename $$file .sql`; \ icinga2-2.12.2/debian/rules-60- done; \ ############################################## icinga2-2.12.2/.pc/pr8184_boost1.74.patch/lib/base/utility.cpp-111- icinga2-2.12.2/.pc/pr8184_boost1.74.patch/lib/base/utility.cpp:112: if (dladdr(const_cast<void *>(addr), &dli) > 0) icinga2-2.12.2/.pc/pr8184_boost1.74.patch/lib/base/utility.cpp-113- return dli.dli_sname; ############################################## icinga2-2.12.2/.pc/pr8184_boost1.74.patch/lib/base/utility.cpp-127- icinga2-2.12.2/.pc/pr8184_boost1.74.patch/lib/base/utility.cpp:128: if (SymFromAddr(GetCurrentProcess(), dwAddress, &dwDisplacement, pSymbol)) { icinga2-2.12.2/.pc/pr8184_boost1.74.patch/lib/base/utility.cpp-129- char output[256];