aboutsummaryrefslogtreecommitdiffstats
path: root/config/nrpe2
Commit message (Expand)AuthorAgeFilesLines
* Fixup URLs:Renato Botelho2014-03-181-1/+1
* For NRPE2, honor the "sudo" checkbox if it's checked and sudo exists on the s...jim-p2013-08-142-2/+6
* Merge pull request #214 from namezero111111/patch-7Ermal Luçi2013-01-211-0/+5
|\
| * Added SUDO checkbox for scriptNamezero2012-02-141-0/+5
* | Fix nrpe2 for 2.1, also fix service status.jim-p2012-07-032-12/+23
|/
* Only add default settings for nrpe2 if there are no settings. Otherwise the c...jim-p2012-02-091-46/+50
* Move this variable away from being a global. For some reason PHP refuses to h...jim-p2011-10-171-5/+4
* Declare this array before use, otherwise if no commands are found the implode...jim-p2011-09-121-0/+1
* Accidentally missed this file for the previous commit.jim-p2011-06-091-26/+30
* NRPE2, cleanup code a little, dynamically grab list of valid check_foo commands.jim-p2011-06-081-60/+33
* Use require_once. Fixes #854.jim-p2010-08-271-1/+1
* NRPE2. It's impossible to stop/start/restart service from Services page.Eugene2010-03-261-1/+1
* NRPE2. When you click Save in Services->NRPEv2 nothing is changed in /usr/loc...Eugene2010-03-251-0/+2
* Make checkbox Services->NRPEv2->Enabled checked after installed as the servic...Eugene2010-03-251-2/+2
* Make rc script executable, otherwise the service never starts.jim-p2009-10-111-0/+1
* Add rw/ro calls to NRPE config write. Should fix on nanojim-p2009-10-111-0/+2
* Rename /usr/local/etc/rc.d/nrpe to nrpe.sh, as it wasn't starting at boot.jim-p2009-08-201-4/+4
* NRPE command definitions fix, place command alias in the brackets instead of ...Erik2009-05-181-1/+1
* Adding the tbz files and include files for the Nagios NRPE v2.11 packageErik2009-05-182-0/+354
ef='#n237'>237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339