Changeset 3274 for monitoring


Ignore:
Timestamp:
08/06/13 14:34:31 (11 years ago)
Author:
sanmai
Message:
  • Revise/fix test script and MPI monitoring checks table.
Location:
monitoring/plugins/mpi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • monitoring/plugins/mpi/integration_test.R

    r3273 r3274  
    44test_info <-
    55    utils:::read.table("plugins_hosts_services.tab",
    6                       sep       = "\t",
    7                       header    = TRUE,
    8                       quote     = "");
     6                       sep       = "\t",
     7                       header    = TRUE,
     8                       quote     = "");
    99
    1010command_line_arguments <-
    11     base:::paste(test_info$Nagios.plugin, "-h", test_info$host);
    12 command_line_arguments <-
    13     base:::c(command_line_arguments,
    14     test_info[,5L:ncol(test_info)]);
     11    base:::paste(test_info$Nagios.plugin, "-h", test_info$`-h`);
     12   
     13if (test_info$`-u` != "") {
     14    command_line_arguments <-
     15        base:::c(command_line_arguments,
     16        test_info$`-u`);
     17}
    1518
    1619## test_results has a value equal to the exit status of the scripts with arguments command_line_arguments run.
  • monitoring/plugins/mpi/plugins_hosts_services.tab

    r3271 r3274  
    1 Nagios plugin   service host    protocol        URL path component and parameters
     1Nagios plugin   -h      protocol        -u
    22check_lat_cql_endpoint.py       CQL endpoint    cqlservlet.mpi.nl       http    '/'
    33check_clarin_vlo.py     Virtual Language Observatory    catalog.clarin.eu       http    '/vlo/'
Note: See TracChangeset for help on using the changeset viewer.